diff options
Diffstat (limited to 'dev-libs/argtable/argtable-2.4.ebuild')
-rw-r--r-- | dev-libs/argtable/argtable-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/argtable/argtable-2.4.ebuild b/dev-libs/argtable/argtable-2.4.ebuild index 31fa77348080..3c92f5d90dd9 100644 --- a/dev-libs/argtable/argtable-2.4.ebuild +++ b/dev-libs/argtable/argtable-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/argtable/argtable-2.4.ebuild,v 1.2 2005/05/04 18:42:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/argtable/argtable-2.4.ebuild,v 1.3 2005/05/06 12:09:07 ka0ttic Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="doc debug" RDEPEND="virtual/libc" |