diff options
author | Joshua Ross <joslwah@gentoo.org> | 2008-01-03 01:53:49 +0000 |
---|---|---|
committer | Joshua Ross <joslwah@gentoo.org> | 2008-01-03 01:53:49 +0000 |
commit | dd4b22544ab387a40f30a6b19208b03eb95bfc0d (patch) | |
tree | 830c40eb7d01d038dfee72baa198f4affeae5d67 /dev-perl | |
parent | Marking Email-Filter-1.031 ~ppc64 for bug 204036 (diff) | |
download | gentoo-2-dd4b22544ab387a40f30a6b19208b03eb95bfc0d.tar.gz gentoo-2-dd4b22544ab387a40f30a6b19208b03eb95bfc0d.tar.bz2 gentoo-2-dd4b22544ab387a40f30a6b19208b03eb95bfc0d.zip |
Dependency on dev-perl/module-build added. Thanks to ranger for picking this up.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-Path-Expand/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-Path-Expand/ChangeLog b/dev-perl/File-Path-Expand/ChangeLog index c1280dde8367..9b75c89c02a4 100644 --- a/dev-perl/File-Path-Expand/ChangeLog +++ b/dev-perl/File-Path-Expand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-Path-Expand # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.3 2008/01/03 01:25:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.4 2008/01/03 01:53:49 joslwah Exp $ + + 03 Jan 2008; Joshua <joslwah@gentoo.org> File-Path-Expand-1.02.ebuild: + Dependency on dev-perl/module-build added. Thanks to ranger for picking this + up. 03 Jan 2008; Brent Baude <ranger@gentoo.org> File-Path-Expand-1.02.ebuild: Marking File-Path-Expand-1.02 ~ppc64 for bug 204036 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 1e4071f26852..a765786995fe 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,6 +1,6 @@ # 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.4 2008/01/03 01:25:29 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v 1.5 2008/01/03 01:53:49 joslwah Exp $ inherit perl-module @@ -15,4 +15,4 @@ IUSE="" SRC_TEST="do" SLOT="0" -DEPEND="dev-lang/perl" +DEPEND="dev-lang/perl dev-perl/module-build" |