summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-ExtUtils-Command/ChangeLog8
-rw-r--r--virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-ExtUtils-Command/ChangeLog b/virtual/perl-ExtUtils-Command/ChangeLog
index 3e0a19786316..258b3573fd68 100644
--- a/virtual/perl-ExtUtils-Command/ChangeLog
+++ b/virtual/perl-ExtUtils-Command/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-ExtUtils-Command
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog,v 1.35 2013/04/20 16:59:45 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/ChangeLog,v 1.36 2013/09/06 02:55:03 patrick Exp $
+
+*perl-ExtUtils-Command-1.170.0-r4 (06 Sep 2013)
+
+ 06 Sep 2013; Patrick Lauer <patrick@gentoo.org>
+ +perl-ExtUtils-Command-1.170.0-r4.ebuild:
+ Fix dependencies for perl-5.18 #483796
20 Apr 2013; Matt Turner <mattst88@gentoo.org>
perl-ExtUtils-Command-1.170.0-r3.ebuild:
diff --git a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild b/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild
new file mode 100644
index 000000000000..4d51f540db46
--- /dev/null
+++ b/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.170.0-r4.ebuild,v 1.1 2013/09/06 02:55:03 patrick Exp $
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* =dev-lang/perl-5.14* ~perl-core/${PN#perl-}-${PV} )"