diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:53:03 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:53:03 +0000 |
commit | bdf06eb207f807f67924d6d9a3a565633d06c006 (patch) | |
tree | f070ecb191f243f1b4721d75f934549cb0416643 /dev-perl | |
parent | Add patches to fix building against newer gcc, bug #550784. (diff) | |
download | gentoo-2-bdf06eb207f807f67924d6d9a3a565633d06c006.tar.gz gentoo-2-bdf06eb207f807f67924d6d9a3a565633d06c006.tar.bz2 gentoo-2-bdf06eb207f807f67924d6d9a3a565633d06c006.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')
-rw-r--r-- | dev-perl/XML-Catalog/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/XML-Catalog/XML-Catalog-1.03.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/XML-Catalog/ChangeLog b/dev-perl/XML-Catalog/ChangeLog index b972a6872752..58ec88bf6d46 100644 --- a/dev-perl/XML-Catalog/ChangeLog +++ b/dev-perl/XML-Catalog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-Catalog # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Catalog/ChangeLog,v 1.26 2015/03/04 14:19:13 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Catalog/ChangeLog,v 1.27 2015/06/13 22:53:03 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + XML-Catalog-1.03.0.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl *XML-Catalog-1.03.0 (04 Mar 2015) diff --git a/dev-perl/XML-Catalog/XML-Catalog-1.03.0.ebuild b/dev-perl/XML-Catalog/XML-Catalog-1.03.0.ebuild index a6c3a801eb35..67ab12941ebd 100644 --- a/dev-perl/XML-Catalog/XML-Catalog-1.03.0.ebuild +++ b/dev-perl/XML-Catalog/XML-Catalog-1.03.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Catalog/XML-Catalog-1.03.0.ebuild,v 1.1 2015/03/04 14:19:13 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Catalog/XML-Catalog-1.03.0.ebuild,v 1.2 2015/06/13 22:53:03 dilfridge Exp $ EAPI=5 @@ -17,4 +17,4 @@ IUSE="" RDEPEND="dev-perl/XML-Parser >=dev-perl/libwww-perl-5.48" DEPEND="${RDEPEND} - virtual/perl-Module-Build" + dev-perl/Module-Build" |