diff options
author | Brent Baude <ranger@gentoo.org> | 2009-12-14 18:14:20 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-12-14 18:14:20 +0000 |
commit | 70cbff8156bbbe193a6e478052a57cc7ac150794 (patch) | |
tree | 525f22c7970db58a44852fbc37771addd0d138f3 /sys-apps/pciutils | |
parent | stable ppc64, bug 296429 (diff) | |
download | gentoo-2-70cbff8156bbbe193a6e478052a57cc7ac150794.tar.gz gentoo-2-70cbff8156bbbe193a6e478052a57cc7ac150794.tar.bz2 gentoo-2-70cbff8156bbbe193a6e478052a57cc7ac150794.zip |
stable ppc64, bug 296772
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 4899b5bd6f5d..031a27340253 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.167 2009/12/14 16:22:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.168 2009/12/14 18:14:20 ranger Exp $ + + 14 Dec 2009; Brent Baude <ranger@gentoo.org> pciutils-3.1.4.ebuild: + stable ppc64, bug 296772 14 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> pciutils-3.1.4.ebuild: amd64 stable wrt #296772 diff --git a/sys-apps/pciutils/pciutils-3.1.4.ebuild b/sys-apps/pciutils/pciutils-3.1.4.ebuild index a9457f5f4487..8b120907f560 100644 --- a/sys-apps/pciutils/pciutils-3.1.4.ebuild +++ b/sys-apps/pciutils/pciutils-3.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild,v 1.5 2009/12/14 16:22:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.4.ebuild,v 1.6 2009/12/14 18:14:20 ranger Exp $ inherit eutils 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 )" |