diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:45:41 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:45:41 +0000 |
commit | 3c8a11bb4d67aa048bc24359f36b18db7a7263a3 (patch) | |
tree | d8fae5a9cb9e6d6eba007c5b1065d6f3e83b6b85 /dev-perl/Fatal-Exception | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-3c8a11bb4d67aa048bc24359f36b18db7a7263a3.tar.gz gentoo-2-3c8a11bb4d67aa048bc24359f36b18db7a7263a3.tar.bz2 gentoo-2-3c8a11bb4d67aa048bc24359f36b18db7a7263a3.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/Fatal-Exception')
-rw-r--r-- | dev-perl/Fatal-Exception/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Fatal-Exception/ChangeLog b/dev-perl/Fatal-Exception/ChangeLog index e6a303cf294d..887b49cfe499 100644 --- a/dev-perl/Fatal-Exception/ChangeLog +++ b/dev-perl/Fatal-Exception/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Fatal-Exception -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/ChangeLog,v 1.8 2014/08/26 18:51:01 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/ChangeLog,v 1.9 2015/06/13 22:45:41 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + Fatal-Exception-0.50.0-r1.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl *Fatal-Exception-0.50.0-r1 (26 Aug 2014) diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild index 094d6675f069..336024545fa4 100644 --- a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild +++ b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.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/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild,v 1.1 2014/08/26 18:51:01 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild,v 1.2 2015/06/13 22:45:41 dilfridge Exp $ EAPI=5 @@ -17,7 +17,7 @@ IUSE="" RDEPEND="dev-perl/Exception-Died >=dev-perl/Exception-Base-0.22.01" DEPEND="${RDEPEND} - virtual/perl-Module-Build" + dev-perl/Module-Build" # test? ( >=dev-perl/Test-Unit-Lite-0.12 # dev-perl/Test-Assert # dev-perl/Exception-Warning )" |