diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-05 00:46:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-16 02:32:48 +0200 |
commit | 69b6d99881289d856c6753f6c19dc5998880fa09 (patch) | |
tree | 77d5b81e5148b9104ac23a5f2d3ce3c6e616a2a6 /virtual/perl-threads/perl-threads-2.150.0.ebuild | |
parent | virtual/perl-threads: Remove old (diff) | |
download | gentoo-69b6d99881289d856c6753f6c19dc5998880fa09.tar.gz gentoo-69b6d99881289d856c6753f6c19dc5998880fa09.tar.bz2 gentoo-69b6d99881289d856c6753f6c19dc5998880fa09.zip |
virtual/perl-threads: Add Perl 5.26 version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual/perl-threads/perl-threads-2.150.0.ebuild')
-rw-r--r-- | virtual/perl-threads/perl-threads-2.150.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-threads/perl-threads-2.150.0.ebuild b/virtual/perl-threads/perl-threads-2.150.0.ebuild new file mode 100644 index 000000000000..64e947c72078 --- /dev/null +++ b/virtual/perl-threads/perl-threads-2.150.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*[ithreads] ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |