diff options
author | 2015-06-13 21:49:28 +0000 | |
---|---|---|
committer | 2015-06-13 21:49:28 +0000 | |
commit | ddc4dcb8e92de36e07a3891635214e21a7164795 (patch) | |
tree | 3193be36660ec75a37ca704d511a809c3def4165 /dev-perl/Exception-Base | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-ddc4dcb8e92de36e07a3891635214e21a7164795.tar.gz gentoo-2-ddc4dcb8e92de36e07a3891635214e21a7164795.tar.bz2 gentoo-2-ddc4dcb8e92de36e07a3891635214e21a7164795.zip |
Module::Build is no longer part of core Perl and has been moved to dev-perl
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 44bc0a7aa237..40108cde115d 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Base -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.12 2013/09/12 15:15:06 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.13 2015/06/13 21:49:28 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + Exception-Base-0.250-r1.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl *Exception-Base-0.250-r1 (12 Sep 2013) diff --git a/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild b/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild index 5aa7c3eb5577..a9ff877d238f 100644 --- a/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild +++ b/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild,v 1.1 2013/09/12 15:15:06 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild,v 1.2 2015/06/13 21:49:28 dilfridge Exp $ EAPI=5 @@ -17,7 +17,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - virtual/perl-Module-Build + dev-perl/Module-Build test? ( >=dev-perl/Test-Unit-Lite-0.12 )" SRC_TEST="do" |