diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-01-26 18:07:20 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-01-26 18:07:20 +0000 |
commit | c01bb207e25a216bee54a3798e24fcf54dcabc5e (patch) | |
tree | 4925409c1667eb15213d8d1ac145547086cf5072 /sys-apps/pciutils/pciutils-3.0.2.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-c01bb207e25a216bee54a3798e24fcf54dcabc5e.tar.gz gentoo-2-c01bb207e25a216bee54a3798e24fcf54dcabc5e.tar.bz2 gentoo-2-c01bb207e25a216bee54a3798e24fcf54dcabc5e.zip |
Stable on alpha, bug #256377
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/pciutils/pciutils-3.0.2.ebuild')
-rw-r--r-- | sys-apps/pciutils/pciutils-3.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pciutils/pciutils-3.0.2.ebuild b/sys-apps/pciutils/pciutils-3.0.2.ebuild index 7b4a8df99c6c..4dde87c42e34 100644 --- a/sys-apps/pciutils/pciutils-3.0.2.ebuild +++ b/sys-apps/pciutils/pciutils-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.6 2009/01/26 16:05:34 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.0.2.ebuild,v 1.7 2009/01/26 18:07:20 klausman Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -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 )" |