2017-01-29 20:41:23 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2014-07-16 09:36:11 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2014-07-16 09:36:11 +04:00
|
|
|
|
2017-02-21 09:06:33 +03:00
|
|
|
EAPI=6
|
2014-07-16 09:36:11 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Virtual for ${PN#perl-}"
|
|
|
|
HOMEPAGE=""
|
|
|
|
SRC_URI=""
|
|
|
|
|
|
|
|
LICENSE=""
|
|
|
|
SLOT="0"
|
2017-01-29 20:41:23 +03:00
|
|
|
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
|
2014-07-16 09:36:11 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="
|
2017-02-21 09:06:33 +03:00
|
|
|
|| ( =dev-lang/perl-5.24* =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
|
2016-11-23 08:53:44 +03:00
|
|
|
dev-lang/perl:=
|
2014-07-16 09:36:11 +04:00
|
|
|
!<perl-core/${PN#perl-}-${PV}
|
|
|
|
!>perl-core/${PN#perl-}-${PV}-r999
|
|
|
|
"
|