diff options
author | 2006-12-30 23:06:26 +0000 | |
---|---|---|
committer | 2006-12-30 23:06:26 +0000 | |
commit | 531e87f16df87b5edb1a3d94fe10b0415d5d13aa (patch) | |
tree | abf2093bd9e801fd0eccc8e6efd9fc4b0e4a00a4 /sys-apps/pciutils | |
parent | Stable on Alpha, bug 158770. (diff) | |
download | gentoo-2-531e87f16df87b5edb1a3d94fe10b0415d5d13aa.tar.gz gentoo-2-531e87f16df87b5edb1a3d94fe10b0415d5d13aa.tar.bz2 gentoo-2-531e87f16df87b5edb1a3d94fe10b0415d5d13aa.zip |
Stable on amd64 wrt bug #159430
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-2.2.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index c79213d452d3..e789ec0942e1 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.85 2006/12/30 22:35:46 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.86 2006/12/30 23:06:26 tester Exp $ + + 30 Dec 2006; Olivier Crête <tester@gentoo.org> pciutils-2.2.3-r2.ebuild: + Stable on amd64 wrt bug #159430 30 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> pciutils-2.2.3-r2.ebuild: diff --git a/sys-apps/pciutils/pciutils-2.2.3-r2.ebuild b/sys-apps/pciutils/pciutils-2.2.3-r2.ebuild index 88ee2569260a..74d78c2dbe22 100644 --- a/sys-apps/pciutils/pciutils-2.2.3-r2.ebuild +++ b/sys-apps/pciutils/pciutils-2.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.2.3-r2.ebuild,v 1.7 2006/12/30 22:35:46 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-2.2.3-r2.ebuild,v 1.8 2006/12/30 23:06:26 tester 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="" DEPEND="" |