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 3c92f5d90dd9..67c47029d085 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.3 2005/05/06 12:09:07 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/argtable/argtable-2.4.ebuild,v 1.4 2005/06/05 12:23:12 hansmi Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="ppc x86" IUSE="doc debug" RDEPEND="virtual/libc" |