diff options
author | 2004-07-14 20:55:32 +0000 | |
---|---|---|
committer | 2004-07-14 20:55:32 +0000 | |
commit | 5a552046a66895e57b2dc3afa894f73052dee920 (patch) | |
tree | ea388082c566b7bd2c1d270e471d3e864d42e5a2 /dev-perl/Text-Levenshtein | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-5a552046a66895e57b2dc3afa894f73052dee920.tar.gz historical-5a552046a66895e57b2dc3afa894f73052dee920.tar.bz2 historical-5a552046a66895e57b2dc3afa894f73052dee920.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/Text-Levenshtein')
-rw-r--r-- | dev-perl/Text-Levenshtein/Text-Levenshtein-0.04.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.04.ebuild b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.04.ebuild index 6b7f2154ece3..6c89ef112c46 100644 --- a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.04.ebuild +++ b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Levenshtein/Text-Levenshtein-0.04.ebuild,v 1.2 2004/06/25 01:05:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Levenshtein/Text-Levenshtein-0.04.ebuild,v 1.3 2004/07/14 20:45:24 agriffis Exp $ inherit perl-module @@ -12,5 +12,6 @@ SRC_URI="http://www.cpan.org/authors/id/J/JG/JGOLDBERG/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" SRC_TEST="do" |