diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-13 14:51:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-13 14:51:20 +0000 |
commit | 335899cd0c18eb0baf553e71aee4fdb668b37f0b (patch) | |
tree | c7d62f42665433e2f7fc9343e2a95ae178e6db82 /sys-apps/pciutils | |
parent | Stable for AMD64 X86 (bug #467364). (diff) | |
download | gentoo-2-335899cd0c18eb0baf553e71aee4fdb668b37f0b.tar.gz gentoo-2-335899cd0c18eb0baf553e71aee4fdb668b37f0b.tar.bz2 gentoo-2-335899cd0c18eb0baf553e71aee4fdb668b37f0b.zip |
Stable for HPPA (bug #469554).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index bfc84355f080..3bab0fc3ac55 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.219 2013/05/12 20:43:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.220 2013/05/13 14:51:20 jer Exp $ + + 13 May 2013; Jeroen Roovers <jer@gentoo.org> pciutils-3.2.0.ebuild: + Stable for HPPA (bug #469554). 12 May 2013; Agostino Sarubbo <ago@gentoo.org> pciutils-3.2.0.ebuild: Stable for amd64, wrt bug #469554 diff --git a/sys-apps/pciutils/pciutils-3.2.0.ebuild b/sys-apps/pciutils/pciutils-3.2.0.ebuild index faec41ecb357..6dca217880fd 100644 --- a/sys-apps/pciutils/pciutils-3.2.0.ebuild +++ b/sys-apps/pciutils/pciutils-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.2.0.ebuild,v 1.5 2013/05/12 20:43:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.2.0.ebuild,v 1.6 2013/05/13 14:51:20 jer Exp $ EAPI="5" @@ -12,7 +12,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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="+kmod static-libs zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, |