diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-05-06 23:52:22 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-15 01:33:59 +0200 |
commit | bc28022e94e6d5f30fa8abe76aabe1c093955446 (patch) | |
tree | 1f7d557f95a66b87e19c6a81ca83548037f4fb48 /virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild | |
parent | 476eb3f15d3e958cf2621e6883957086707ed1cb (diff) | |
download | gentoo-bc28022e94e6d5f30fa8abe76aabe1c093955446.tar.gz gentoo-bc28022e94e6d5f30fa8abe76aabe1c093955446.tar.xz |
virtual/perl-Locale-Maketext: Make Perl 5.24 a provider of 1.260.0
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-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild')
-rw-r--r-- | virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild b/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild new file mode 100644 index 00000000000..c2d7c060291 --- /dev/null +++ b/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild @@ -0,0 +1,19 @@ +# 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="" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.24* =dev-lang/perl-5.22* ~perl-core/Locale-Maketext-${PV} ) + !<perl-core/Locale-Maketext-${PV} + !>perl-core/Locale-Maketext-${PV}-r999 +" |