summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-05 00:48:32 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-16 02:32:49 +0200
commit0c3574279f8b827d8838fafe46ada5331ac28d7a (patch)
tree38b173b16f3bc71576ccf640bc1d535d43d7ef07 /virtual
parentvirtual/perl-threads-shared: Remove old (diff)
downloadgentoo-0c3574279f8b827d8838fafe46ada5331ac28d7a.tar.gz
gentoo-0c3574279f8b827d8838fafe46ada5331ac28d7a.tar.bz2
gentoo-0c3574279f8b827d8838fafe46ada5331ac28d7a.zip
virtual/perl-threads-shared: Add Perl 5.26 version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-threads-shared/perl-threads-shared-1.560.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-threads-shared/perl-threads-shared-1.560.0.ebuild b/virtual/perl-threads-shared/perl-threads-shared-1.560.0.ebuild
new file mode 100644
index 000000000000..f766dff55177
--- /dev/null
+++ b/virtual/perl-threads-shared/perl-threads-shared-1.560.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ || ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} )
+ dev-lang/perl:=
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"