diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-14 15:42:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-23 23:31:17 +1300 |
commit | 547f7dad395210b9c3d4ab887e11e98ec2502960 (patch) | |
tree | 51ea6e586bc99eb455a413f82685f1f1ef8a4a74 /virtual/perl-HTTP-Tiny | |
parent | virtual/perl-File-Spec: Bump to 3.630.100_rc for perl 5.24.1 (diff) | |
download | gentoo-547f7dad395210b9c3d4ab887e11e98ec2502960.tar.gz gentoo-547f7dad395210b9c3d4ab887e11e98ec2502960.tar.bz2 gentoo-547f7dad395210b9c3d4ab887e11e98ec2502960.zip |
virtual/perl-HTTP-Tiny: Bump to 0.56.1_rc for perl 5.24.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'virtual/perl-HTTP-Tiny')
-rw-r--r-- | virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.1_rc.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.1_rc.ebuild b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.1_rc.ebuild new file mode 100644 index 000000000000..7b851689223a --- /dev/null +++ b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.56.1_rc.ebuild @@ -0,0 +1,21 @@ +# 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |