diff options
author | Brent Baude <ranger@gentoo.org> | 2008-08-18 18:53:35 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-08-18 18:53:35 +0000 |
commit | eb2342b377dde193614385f746d2687eae5fc7a8 (patch) | |
tree | 7cebae5e8a3f6e5e378c42955b3a6c9cfe21f054 /sys-apps/pciutils | |
parent | stable ppc, bug 235028 (diff) | |
download | gentoo-2-eb2342b377dde193614385f746d2687eae5fc7a8.tar.gz gentoo-2-eb2342b377dde193614385f746d2687eae5fc7a8.tar.bz2 gentoo-2-eb2342b377dde193614385f746d2687eae5fc7a8.zip |
stable ppc64, bug 235028
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 75cfdb7ed55d..0fac2bf03fe7 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.140 2008/08/18 18:50:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.141 2008/08/18 18:53:35 ranger Exp $ + + 18 Aug 2008; Brent Baude <ranger@gentoo.org> pciutils-3.0.0.ebuild: + stable ppc64, bug 235028 18 Aug 2008; Brent Baude <ranger@gentoo.org> pciutils-3.0.0.ebuild: stable ppc, bug 235028 diff --git a/sys-apps/pciutils/pciutils-3.0.0.ebuild b/sys-apps/pciutils/pciutils-3.0.0.ebuild index ab7a8a291c84..9f76d6591375 100644 --- a/sys-apps/pciutils/pciutils-3.0.0.ebuild +++ b/sys-apps/pciutils/pciutils-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild,v 1.5 2008/08/18 18:50:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.0.ebuild,v 1.6 2008/08/18 18:53:35 ranger 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 )" |