summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 17:12:33 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 17:12:33 +0000
commitf70ba2459860b82cd00f7c0ef4db72cf93784770 (patch)
treec328b6860de6a88639aca24f2e2ef93e46b16a4b /dev-perl/Data-Hierarchy/Data-Hierarchy-0.15.ebuild
parent~amd64 (diff)
downloadhistorical-f70ba2459860b82cd00f7c0ef4db72cf93784770.tar.gz
historical-f70ba2459860b82cd00f7c0ef4db72cf93784770.tar.bz2
historical-f70ba2459860b82cd00f7c0ef4db72cf93784770.zip
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-perl/Data-Hierarchy/Data-Hierarchy-0.15.ebuild')
-rw-r--r--dev-perl/Data-Hierarchy/Data-Hierarchy-0.15.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Data-Hierarchy/Data-Hierarchy-0.15.ebuild b/dev-perl/Data-Hierarchy/Data-Hierarchy-0.15.ebuild
index 56b4f1f2ecaa..06782f4f3029 100644
--- a/dev-perl/Data-Hierarchy/Data-Hierarchy-0.15.ebuild
+++ b/dev-perl/Data-Hierarchy/Data-Hierarchy-0.15.ebuild
@@ -3,7 +3,6 @@
inherit perl-module
-S=${WORKDIR}/${P}
DESCRIPTION="Data::Hierarchy - Handle data in a hierarchical structure"
SRC_URI="http://www.cpan.org/modules/by-module/Data/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Data/${P}.readme"
@@ -11,6 +10,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Data/${P}.readme"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~alpha ~mips ~ppc ~sparc x86"
+IUSE=""
DEPEND="${DEPEND}
dev-perl/Clone"