diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:32:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:32:20 +0000 |
commit | 8989955507820b6ddb791d0389bae4f8aacb4eda (patch) | |
tree | a4cc8c900edbb19fbcc41d2debfcaa7369dc1fee /dev-perl/Scalar-Properties | |
parent | don't dep on arch for gnuconfig_update, don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-8989955507820b6ddb791d0389bae4f8aacb4eda.tar.gz historical-8989955507820b6ddb791d0389bae4f8aacb4eda.tar.bz2 historical-8989955507820b6ddb791d0389bae4f8aacb4eda.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/Scalar-Properties')
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild index 10f47be50c0b..e0993b76392d 100644 --- a/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild +++ b/dev-perl/Scalar-Properties/Scalar-Properties-0.12.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/Scalar-Properties/Scalar-Properties-0.12.ebuild,v 1.3 2004/06/25 00:58:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-0.12.ebuild,v 1.4 2004/07/14 20:23:28 agriffis Exp $ inherit perl-module @@ -11,4 +11,5 @@ SRC_URI="http://www.cpan.org/authors/id/D/DC/DCANTRELL/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" SRC_TEST="do" |