diff options
author | 2015-06-13 22:44:56 +0000 | |
---|---|---|
committer | 2015-06-13 22:44:56 +0000 | |
commit | 2dcba6aa118ecfc4ee8b91b0d1af78fc3d7ccb4e (patch) | |
tree | efc9c9548a324972c8ca472f4f6b882e372eebf0 | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-2dcba6aa118ecfc4ee8b91b0d1af78fc3d7ccb4e.tar.gz gentoo-2-2dcba6aa118ecfc4ee8b91b0d1af78fc3d7ccb4e.tar.bz2 gentoo-2-2dcba6aa118ecfc4ee8b91b0d1af78fc3d7ccb4e.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)
-rw-r--r-- | dev-perl/Exception-Died/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Exception-Died/ChangeLog b/dev-perl/Exception-Died/ChangeLog index e6a74083ae2d..1e59f7ce437f 100644 --- a/dev-perl/Exception-Died/ChangeLog +++ b/dev-perl/Exception-Died/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Died -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.9 2014/08/26 18:43:11 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.10 2015/06/13 22:44:56 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + Exception-Died-0.60.0-r1.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl *Exception-Died-0.60.0-r1 (26 Aug 2014) diff --git a/dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild b/dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild index 27bef2a04876..e3f030b0110f 100644 --- a/dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild +++ b/dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 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-Died/Exception-Died-0.60.0-r1.ebuild,v 1.1 2014/08/26 18:43:11 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild,v 1.2 2015/06/13 22:44:56 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=" dev-perl/constant-boolean >=dev-perl/Exception-Base-0.22.01" DEPEND="${RDEPEND} - virtual/perl-Module-Build" + dev-perl/Module-Build" # test? ( virtual/perl-parent # >=dev-perl/Test-Unit-Lite-0.12 # >=dev-perl/Test-Assert-0.0501 )" |