summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-05-06 22:00:34 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-15 01:33:59 +0200
commit53a7f0047295e9943aaee5c36301de836f8e379d (patch)
tree2654eccebf6b8ca09d3aa44b46f13f2ce743bd83 /virtual/perl-Unicode-Normalize
parentvirtual/perl-Unicode-Collate: -r1 bump to allow preferring Perl 5.24 (diff)
downloadgentoo-53a7f0047295e9943aaee5c36301de836f8e379d.tar.gz
gentoo-53a7f0047295e9943aaee5c36301de836f8e379d.tar.bz2
gentoo-53a7f0047295e9943aaee5c36301de836f8e379d.zip
virtual/perl-Unicode-Normalize: -r1 bump to allow preferring 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-Unicode-Normalize')
-rw-r--r--virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r1.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r1.ebuild
new file mode 100644
index 000000000000..aca22f1754bc
--- /dev/null
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.250.0-r1.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="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"