diff options
author | 2012-12-31 18:08:04 +0000 | |
---|---|---|
committer | 2012-12-31 18:08:04 +0000 | |
commit | 078056a0ffb4a00d5a58933d6ba5656ba8346c7d (patch) | |
tree | cf71535b159e3246cab7d34a19699af05921725a /sys-apps | |
parent | Keyword ~x64-freebsd (diff) | |
download | gentoo-2-078056a0ffb4a00d5a58933d6ba5656ba8346c7d.tar.gz gentoo-2-078056a0ffb4a00d5a58933d6ba5656ba8346c7d.tar.bz2 gentoo-2-078056a0ffb4a00d5a58933d6ba5656ba8346c7d.zip |
Keyword ~x64-freebsd
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 1c693c528310..442b912cd9b0 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.212 2012/12/29 17:30:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.213 2012/12/31 18:08:04 ryao Exp $ + + 31 Dec 2012; Richard Yao <ryao@gentoo.org> pciutils-3.1.10.ebuild: + Keyword ~x64-freebsd 29 Dec 2012; Raúl Porcel <armin76@gentoo.org> pciutils-3.1.10.ebuild: alpha/m68k/s390/sh/sparc stable wrt #436186 diff --git a/sys-apps/pciutils/pciutils-3.1.10.ebuild b/sys-apps/pciutils/pciutils-3.1.10.ebuild index 7436e8a82199..499e843846e7 100644 --- a/sys-apps/pciutils/pciutils-3.1.10.ebuild +++ b/sys-apps/pciutils/pciutils-3.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.10.ebuild,v 1.6 2012/12/29 17:30:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.10.ebuild,v 1.7 2012/12/31 18:08:04 ryao Exp $ EAPI="4" @@ -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 ~amd64-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 ~x86-linux" IUSE="static-libs zlib" # Have the sub-libs in RDEPEND with [static-libs] since, logically, |