diff options
Diffstat (limited to 'dev-libs/judy/judy-1.0.4.ebuild')
-rw-r--r-- | dev-libs/judy/judy-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/judy/judy-1.0.4.ebuild b/dev-libs/judy/judy-1.0.4.ebuild index 6020aa5a978c..dd2ee91d4180 100644 --- a/dev-libs/judy/judy-1.0.4.ebuild +++ b/dev-libs/judy/judy-1.0.4.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/dev-libs/judy/judy-1.0.4.ebuild,v 1.12 2009/04/07 01:08:46 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.4.ebuild,v 1.13 2009/05/31 15:33:09 ranger Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/judy/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" S=${WORKDIR}/${MY_P} |