mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
virtuals are by design an extension of Perl itself, so it rarely makes sense for a virtual not to have a given keyword when Perl has one. Similarly, stabilization for Perl Itself should be communicated out to all its virtuals. However, in the past, the lack of keywords for certain arches has resulted in those arches silently failing to stabilize these virtuals, and the hope is this will make that problem go away. Package-Manager: portage-2.3.3
22 lines
468 B
Bash
22 lines
468 B
Bash
# 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 ppc ppc64 sparc x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
|| ( =dev-lang/perl-5.24* =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
|
|
dev-lang/perl:=
|
|
!<perl-core/${PN#perl-}-${PV}
|
|
!>perl-core/${PN#perl-}-${PV}-r999
|
|
"
|