diff options
author | Kent Fredric <kentfredric@gmail.com> | 2015-06-15 03:52:57 +1200 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2015-06-15 03:52:57 +1200 |
commit | e0099b03aface5e64e5ac6d3910a406ffe19b709 (patch) | |
tree | 014944f4ff47858b5301329b0cc3c1d75bdac1d8 /dev-perl/CPS | |
parent | [fixup] Module-Compile-TT: Module::Build is no longer part of core Perl and ... (diff) | |
download | perl-overlay-e0099b03aface5e64e5ac6d3910a406ffe19b709.tar.gz perl-overlay-e0099b03aface5e64e5ac6d3910a406ffe19b709.tar.bz2 perl-overlay-e0099b03aface5e64e5ac6d3910a406ffe19b709.zip |
[fixup] CPS: Module::Build is no longer part of core Perl and has been moved to dev-perl
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-perl/CPS')
-rw-r--r-- | dev-perl/CPS/CPS-0.180.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CPS/CPS-0.180.0.ebuild b/dev-perl/CPS/CPS-0.180.0.ebuild index 763114d21..e63ade5fb 100644 --- a/dev-perl/CPS/CPS-0.180.0.ebuild +++ b/dev-perl/CPS/CPS-0.180.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -26,7 +26,7 @@ perl_meta_runtime() { echo dev-perl/Future } DEPEND=" - virtual/perl-Module-Build + dev-perl/Module-Build $(perl_meta_build) $(perl_meta_runtime) " |