diff options
Diffstat (limited to 'dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild')
-rw-r--r-- | dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild index bf678f443ffd..1ab9f0e06884 100644 --- a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild +++ b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild,v 1.7 2004/06/25 00:58:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.08.ebuild,v 1.8 2004/07/14 20:23:09 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Scalar-List-Utils module for perl" SRC_URI="http://cpan.org/modules/by-module/Scalar/${P}.tar.gz" HOMEPAGE="http://cpan.org/modules/by-module/Scalar/" @@ -12,5 +11,6 @@ HOMEPAGE="http://cpan.org/modules/by-module/Scalar/" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha" +IUSE="" DEPEND="${DEPEND}" |