diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-03 00:34:00 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-16 02:32:26 +0200 |
commit | 35bec2146d84ef7d1bbe63c9c6d416b2355eecaf (patch) | |
tree | cca27e83fd077b6d5bbac3ffadc80547d4a2d7ac /virtual/perl-HTTP-Tiny | |
parent | virtual/perl-HTTP-Tiny: Remove old (diff) | |
download | gentoo-35bec2146d84ef7d1bbe63c9c6d416b2355eecaf.tar.gz gentoo-35bec2146d84ef7d1bbe63c9c6d416b2355eecaf.tar.bz2 gentoo-35bec2146d84ef7d1bbe63c9c6d416b2355eecaf.zip |
virtual/perl-HTTP-Tiny: Add Perl 5.26 version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual/perl-HTTP-Tiny')
-rw-r--r-- | virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.0.ebuild new file mode 100644 index 000000000000..f766dff55177 --- /dev/null +++ b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.70.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 +" |