diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-05-06 22:28:30 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-15 01:33:59 +0200 |
commit | 7462924a99bb1e51a96d62d0807d308fbdd5aa66 (patch) | |
tree | e400196f3b248f43918e77726066088e52ccf2a4 /virtual/perl-threads | |
parent | virtual/perl-parent: Bump to version 0.234.0 for Perl 5.24 (diff) | |
download | gentoo-7462924a99bb1e51a96d62d0807d308fbdd5aa66.tar.gz gentoo-7462924a99bb1e51a96d62d0807d308fbdd5aa66.tar.bz2 gentoo-7462924a99bb1e51a96d62d0807d308fbdd5aa66.zip |
virtual/perl-threads: Bump to version 2.70.0 for Perl 5.24
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 'virtual/perl-threads')
-rw-r--r-- | virtual/perl-threads/perl-threads-2.70.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-threads/perl-threads-2.70.0.ebuild b/virtual/perl-threads/perl-threads-2.70.0.ebuild new file mode 100644 index 000000000000..9b21c906bdcd --- /dev/null +++ b/virtual/perl-threads/perl-threads-2.70.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.24*[ithreads] ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |