diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-11-04 04:20:05 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-11-04 04:20:05 +0000 |
commit | f5045091044d140130f92e9a41327d2f34759234 (patch) | |
tree | c8ed28f435f8851e3dce251443e71d230056039b /sys-apps | |
parent | fix building on superh (diff) | |
download | historical-f5045091044d140130f92e9a41327d2f34759234.tar.gz historical-f5045091044d140130f92e9a41327d2f34759234.tar.bz2 historical-f5045091044d140130f92e9a41327d2f34759234.zip |
stable ppc, bug #197901
Package-Manager: portage-2.1.3.17
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-2.2.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 018b8af36d13..ad0e122d24f5 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.116 2007/11/04 03:26:29 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.117 2007/11/04 04:20:05 pylon Exp $ + + 04 Nov 2007; Lars Weiler <pylon@gentoo.org> pciutils-2.2.7-r1.ebuild: + stable ppc, bug #197901 04 Nov 2007; Ferris McCormick <fmccor@gentoo.org> pciutils-2.2.7-r1.ebuild: diff --git a/sys-apps/pciutils/pciutils-2.2.7-r1.ebuild b/sys-apps/pciutils/pciutils-2.2.7-r1.ebuild index 4217183e9579..b9b24dd70f39 100644 --- a/sys-apps/pciutils/pciutils-2.2.7-r1.ebuild +++ b/sys-apps/pciutils/pciutils-2.2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.2.7-r1.ebuild,v 1.3 2007/11/04 03:26:29 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.2.7-r1.ebuild,v 1.4 2007/11/04 04:20:05 pylon Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -10,7 +10,7 @@ SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="network-cron zlib" DEPEND="zlib? ( sys-libs/zlib )" |