diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-04-17 17:17:01 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-04-24 06:27:26 +1200 |
commit | 2795ffa42be1cf250b9ad9af2ec12a8abaa625f7 (patch) | |
tree | 8fd8796c8bd1c6058ad3067028aebeb3b19b61b3 /virtual/perl-Term-ReadLine | |
parent | dev-lang/perl: Bump to version 5.26.2 (diff) | |
download | gentoo-2795ffa42be1cf250b9ad9af2ec12a8abaa625f7.tar.gz gentoo-2795ffa42be1cf250b9ad9af2ec12a8abaa625f7.tar.bz2 gentoo-2795ffa42be1cf250b9ad9af2ec12a8abaa625f7.zip |
virtual/perl-Term-ReadLine: Update for perl 5.26.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'virtual/perl-Term-ReadLine')
-rw-r--r-- | virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.160.0.ebuild | 2 | ||||
-rw-r--r-- | virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0.ebuild | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.160.0.ebuild b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.160.0.ebuild index 3ab515e10179..639d7a305089 100644 --- a/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.160.0.ebuild +++ b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.160.0.ebuild @@ -8,7 +8,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" - || ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.26.1 =dev-lang/perl-5.26.0* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 diff --git a/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0.ebuild b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0.ebuild new file mode 100644 index 000000000000..c25bdd03c944 --- /dev/null +++ b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.170.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.26.2* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |