diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-27 01:02:42 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-29 21:35:59 +0200 |
commit | e29530135a0e3332102a8711afc373b3c748d53e (patch) | |
tree | d1b521f5f5d897d7fc6e2027ba620613ad568f9c /app-portage | |
parent | app-admin/rex: Fix dependency on dev-perl/YAML (diff) | |
download | gentoo-e29530135a0e3332102a8711afc373b3c748d53e.tar.gz gentoo-e29530135a0e3332102a8711afc373b3c748d53e.tar.bz2 gentoo-e29530135a0e3332102a8711afc373b3c748d53e.zip |
app-portage/g-cpan: Fix dependency on dev-perl/YAML
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/g-cpan/g-cpan-0.16.5.ebuild | 4 | ||||
-rw-r--r-- | app-portage/g-cpan/g-cpan-0.16.6.ebuild | 4 | ||||
-rw-r--r-- | app-portage/g-cpan/g-cpan-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-portage/g-cpan/g-cpan-0.16.5.ebuild b/app-portage/g-cpan/g-cpan-0.16.5.ebuild index c7bda0f6520a..c0e84bd5b289 100644 --- a/app-portage/g-cpan/g-cpan-0.16.5.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND="dev-lang/perl - >=dev-perl/yaml-0.60 + >=dev-perl/YAML-0.60 dev-perl/Shell-EnvImporter dev-perl/Log-Agent" RDEPEND="${DEPEND}" diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild b/app-portage/g-cpan/g-cpan-0.16.6.ebuild index c3dae23fcd2b..6052f4a7bc0c 100644 --- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SLOT="0" IUSE="" DEPEND="dev-lang/perl - >=dev-perl/yaml-0.60 + >=dev-perl/YAML-0.60 >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent" RDEPEND="${DEPEND}" diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild index 204397efdfbb..ab817e5276de 100644 --- a/app-portage/g-cpan/g-cpan-9999.ebuild +++ b/app-portage/g-cpan/g-cpan-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SLOT="0" IUSE="" DEPEND=" - >=dev-perl/yaml-0.60 + >=dev-perl/YAML-0.60 >=dev-perl/Shell-EnvImporter-1.70.0-r2 dev-perl/Log-Agent " |