summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 22:28:41 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-06-13 22:28:41 +0000
commit53ce4907053ea5e9781a063f9bd8a9c509684c93 (patch)
treeac25ce93d09958fefc3e71886a15d35a16dc270b /dev-perl/MusicBrainz-DiscID
parentModule::Build is no longer part of core Perl and has been moved to dev-perl (diff)
downloadgentoo-2-53ce4907053ea5e9781a063f9bd8a9c509684c93.tar.gz
gentoo-2-53ce4907053ea5e9781a063f9bd8a9c509684c93.tar.bz2
gentoo-2-53ce4907053ea5e9781a063f9bd8a9c509684c93.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/MusicBrainz-DiscID')
-rw-r--r--dev-perl/MusicBrainz-DiscID/ChangeLog6
-rw-r--r--dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/MusicBrainz-DiscID/ChangeLog b/dev-perl/MusicBrainz-DiscID/ChangeLog
index 412c310a6a03..55fdea192840 100644
--- a/dev-perl/MusicBrainz-DiscID/ChangeLog
+++ b/dev-perl/MusicBrainz-DiscID/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/MusicBrainz-DiscID
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog,v 1.10 2015/03/25 13:49:59 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog,v 1.11 2015/06/13 22:28:41 dilfridge Exp $
+
+ 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ MusicBrainz-DiscID-0.30.0-r1.ebuild:
+ Module::Build is no longer part of core Perl and has been moved to dev-perl
25 Mar 2015; Patrice Clement <monsieurp@gentoo.org>
MusicBrainz-DiscID-0.30.0-r1.ebuild:
diff --git a/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild b/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild
index 664b255c8cdf..9ed780979811 100644
--- a/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild
+++ b/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.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/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild,v 1.3 2015/03/25 13:49:59 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild,v 1.4 2015/06/13 22:28:41 dilfridge Exp $
EAPI=5
@@ -18,7 +18,7 @@ IUSE="test"
RDEPEND=">=media-libs/libdiscid-0.2.2"
DEPEND="${RDEPEND}
- virtual/perl-Module-Build
+ dev-perl/Module-Build
virtual/pkgconfig
test? (
dev-perl/Test-Pod