diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:12:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:12:23 +0000 |
commit | e4966bbcf2ac58a4645a9edc29de9f5c6b57d432 (patch) | |
tree | 5296e0eb6bb63dbaeceef2e2639cbdb7620ac2e3 /dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild | |
parent | New virtuals: Compress-Zlib module-build (diff) | |
download | historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.tar.gz historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.tar.bz2 historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.zip |
New virtuals: module-build
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild')
-rw-r--r-- | dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild index bdd4ba4a4e97..95d867641580 100644 --- a/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild +++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v 1.7 2008/02/23 19:18:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v 1.8 2008/11/18 14:58:30 tove Exp $ +MODULE_AUTHOR=RCLAMP inherit perl-module DESCRIPTION="Expand filenames" -SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~rclamp/" LICENSE="Artistic" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" @@ -15,4 +14,6 @@ IUSE="" SRC_TEST="do" SLOT="0" -DEPEND="dev-lang/perl dev-perl/module-build" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" |