diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:25:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:25:08 +0000 |
commit | efb9fa85a65f277e35a80630d5c96cc8fa4b87ab (patch) | |
tree | 514cf9b3eddb9a353230e2fe4aec50bf773a288f /dev-perl/DelimMatch/DelimMatch-1.06.ebuild | |
parent | change pentium-m fix to use -mtune=pentium3 instead of -march=pentium4. that ... (diff) | |
download | gentoo-2-efb9fa85a65f277e35a80630d5c96cc8fa4b87ab.tar.gz gentoo-2-efb9fa85a65f277e35a80630d5c96cc8fa4b87ab.tar.bz2 gentoo-2-efb9fa85a65f277e35a80630d5c96cc8fa4b87ab.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/DelimMatch/DelimMatch-1.06.ebuild')
-rw-r--r-- | dev-perl/DelimMatch/DelimMatch-1.06.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/DelimMatch/DelimMatch-1.06.ebuild b/dev-perl/DelimMatch/DelimMatch-1.06.ebuild index 9e79f739d5c0..890511cf4e56 100644 --- a/dev-perl/DelimMatch/DelimMatch-1.06.ebuild +++ b/dev-perl/DelimMatch/DelimMatch-1.06.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/DelimMatch/DelimMatch-1.06.ebuild,v 1.5 2004/07/04 08:14:18 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DelimMatch/DelimMatch-1.06.ebuild,v 1.6 2004/07/14 17:20:39 agriffis Exp $ inherit perl-module MY_P=${P}a @@ -12,3 +12,4 @@ HOMEPAGE="http://search.cpan.org/~nwalsh/${MY_P}" SLOT="0" LICENSE="as-is" KEYWORDS="x86 amd64 ~ppc sparc alpha" +IUSE="" |