diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-08-07 18:31:23 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-08-07 18:59:58 +0300 |
commit | 5beb51c851e5561c5d13c1f1147ebeee5d2bc62a (patch) | |
tree | d926b52ac21908d319e19333c9d5b7fabcf2af12 /virtual/perl-Term-ANSIColor | |
parent | virtual/perl-Sys-Syslog: Add Perl 5.32 version (diff) | |
download | gentoo-5beb51c851e5561c5d13c1f1147ebeee5d2bc62a.tar.gz gentoo-5beb51c851e5561c5d13c1f1147ebeee5d2bc62a.tar.bz2 gentoo-5beb51c851e5561c5d13c1f1147ebeee5d2bc62a.zip |
virtual/perl-Term-ANSIColor: Add Perl 5.32 version
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Term-ANSIColor')
-rw-r--r-- | virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-5.10.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-5.10.0.ebuild b/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-5.10.0.ebuild new file mode 100644 index 000000000000..17350665d856 --- /dev/null +++ b/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-5.10.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.32* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |