diff options
Diffstat (limited to 'dev-libs/popt/popt-1.10.4-r1.ebuild')
-rw-r--r-- | dev-libs/popt/popt-1.10.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/popt/popt-1.10.4-r1.ebuild b/dev-libs/popt/popt-1.10.4-r1.ebuild index 83770bd0c83c..61d1b2c2085a 100644 --- a/dev-libs/popt/popt-1.10.4-r1.ebuild +++ b/dev-libs/popt/popt-1.10.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.10.4-r1.ebuild,v 1.11 2006/10/21 11:45:40 sanchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.10.4-r1.ebuild,v 1.12 2006/10/24 19:16:50 grobian Exp $ inherit flag-o-matic autotools @@ -10,7 +10,7 @@ SRC_URI="ftp://jbj.org/pub/rpm-4.4.x/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc-macos ~ppc64 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |