diff options
author | 2007-06-01 16:20:49 +0000 | |
---|---|---|
committer | 2007-06-01 16:20:49 +0000 | |
commit | fcaaf349449de98af2219fe761880bce7afccea7 (patch) | |
tree | 56bec3a7d965f2bed751b8be27a0096d20386f4f /sys-apps | |
parent | Stable on ppc wrt bug 177921 (diff) | |
download | gentoo-2-fcaaf349449de98af2219fe761880bce7afccea7.tar.gz gentoo-2-fcaaf349449de98af2219fe761880bce7afccea7.tar.bz2 gentoo-2-fcaaf349449de98af2219fe761880bce7afccea7.zip |
Stable on amd64 wrt bug 180554
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-2.2.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index b4d6c3558887..ad3bcc10ec17 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.100 2007/06/01 14:45:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.101 2007/06/01 16:20:49 welp Exp $ + + 01 Jun 2007; Peter Weller <welp@gentoo.org> pciutils-2.2.4-r3.ebuild: + Stable on amd64 wrt bug 180554 01 Jun 2007; Brent Baude <ranger@gentoo.org> pciutils-2.2.4-r3.ebuild: Marking pciutils-2.2.4-r3 ppc64 stable for bug #180554 diff --git a/sys-apps/pciutils/pciutils-2.2.4-r3.ebuild b/sys-apps/pciutils/pciutils-2.2.4-r3.ebuild index 9fb85c7f7165..3b15b05f1408 100644 --- a/sys-apps/pciutils/pciutils-2.2.4-r3.ebuild +++ b/sys-apps/pciutils/pciutils-2.2.4-r3.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.4-r3.ebuild,v 1.5 2007/06/01 14:45:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.2.4-r3.ebuild,v 1.6 2007/06/01 16:20:49 welp Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -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 )" |