diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 19:43:23 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 19:43:23 +0000 |
commit | 06f832533213a0adde77b24d8ec338c7e0bb2a21 (patch) | |
tree | 7c5e974b9787bcacc505ee7caebe6ab1a1650950 /games-arcade | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-06f832533213a0adde77b24d8ec338c7e0bb2a21.tar.gz gentoo-2-06f832533213a0adde77b24d8ec338c7e0bb2a21.tar.bz2 gentoo-2-06f832533213a0adde77b24d8ec338c7e0bb2a21.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 'games-arcade')
-rw-r--r-- | games-arcade/frozen-bubble/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/frozen-bubble/ChangeLog b/games-arcade/frozen-bubble/ChangeLog index 6eed91730073..1ddf467df065 100644 --- a/games-arcade/frozen-bubble/ChangeLog +++ b/games-arcade/frozen-bubble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/frozen-bubble -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/ChangeLog,v 1.53 2013/09/18 16:53:46 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/ChangeLog,v 1.54 2015/06/13 19:43:23 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + frozen-bubble-2.2.1_beta1.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl 18 Sep 2013; Michael Sterrett <mr_bones_@gentoo.org> frozen-bubble-2.2.1_beta1.ebuild: diff --git a/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild b/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild index 090ca997ebc1..75497d7356a3 100644 --- a/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild +++ b/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild,v 1.10 2013/09/18 16:53:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild,v 1.11 2015/06/13 19:43:23 dilfridge Exp $ EAPI=5 MY_P=${P/_/-} @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} dev-perl/locale-maketext-lexicon virtual/perl-ExtUtils-CBuilder virtual/perl-ExtUtils-ParseXS - virtual/perl-Module-Build" + dev-perl/Module-Build" S=${WORKDIR}/${MY_P} |