diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-09 20:52:02 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-09 20:52:02 +0000 |
commit | 1bf69c1bd3400cd0e0dc4c30b837e708aa502b8a (patch) | |
tree | 6309d3a40ca4b5837055bde3f7f1a98c93872926 /sys-apps/pciutils | |
parent | require static-libs on gmp when building with static-libs but do not force to... (diff) | |
download | gentoo-2-1bf69c1bd3400cd0e0dc4c30b837e708aa502b8a.tar.gz gentoo-2-1bf69c1bd3400cd0e0dc4c30b837e708aa502b8a.tar.bz2 gentoo-2-1bf69c1bd3400cd0e0dc4c30b837e708aa502b8a.zip |
Marked ~x86-linux, ~amd64-linux
(Portage version: 2.2.01.19833-prefix/cvs/Darwin i386)
Diffstat (limited to 'sys-apps/pciutils')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/pciutils/pciutils-3.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 62622ec0e678..be71abeef01e 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.184 2011/12/09 20:46:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.185 2011/12/09 20:52:02 grobian Exp $ + + 09 Dec 2011; Fabian Groffen <grobian@gentoo.org> pciutils-3.1.8.ebuild: + Marked ~x86-linux, ~amd64-linux 09 Dec 2011; Mike Frysinger <vapier@gentoo.org> pciutils-3.1.8.ebuild: Add prefix support #388361 by Fabian Groffen. diff --git a/sys-apps/pciutils/pciutils-3.1.8.ebuild b/sys-apps/pciutils/pciutils-3.1.8.ebuild index bb589bcef970..e9b7c840d5fd 100644 --- a/sys-apps/pciutils/pciutils-3.1.8.ebuild +++ b/sys-apps/pciutils/pciutils-3.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.8.ebuild,v 1.2 2011/12/09 20:46:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.8.ebuild,v 1.3 2011/12/09 20:52:02 grobian Exp $ EAPI="3" @@ -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 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="network-cron static-libs zlib" DEPEND="zlib? ( sys-libs/zlib )" |