diff options
author | 2016-05-06 23:17:55 +1200 | |
---|---|---|
committer | 2016-05-15 01:33:59 +0200 | |
commit | 785cd0f1a5fa480ae3aedca4a612deadb27f9490 (patch) | |
tree | 1d009095a651056ac832300cac58bb8961fff6c2 /virtual/perl-DB_File | |
parent | virtual/perl-CPAN: Make Perl 5.24 a provider for version 2.110.0 (diff) | |
download | gentoo-785cd0f1a5fa480ae3aedca4a612deadb27f9490.tar.gz gentoo-785cd0f1a5fa480ae3aedca4a612deadb27f9490.tar.bz2 gentoo-785cd0f1a5fa480ae3aedca4a612deadb27f9490.zip |
virtual/perl-DB_File: Make Perl 5.24 a provider for 1.835.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-DB_File')
-rw-r--r-- | virtual/perl-DB_File/perl-DB_File-1.835.0-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-DB_File/perl-DB_File-1.835.0-r1.ebuild b/virtual/perl-DB_File/perl-DB_File-1.835.0-r1.ebuild new file mode 100644 index 000000000000..ccdc17881b28 --- /dev/null +++ b/virtual/perl-DB_File/perl-DB_File-1.835.0-r1.ebuild @@ -0,0 +1,20 @@ +# 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 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.24*[berkdb] =dev-lang/perl-5.22*[berkdb] ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |