You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
646 B
21 lines
646 B
11 years ago
|
# Copyright 1999-2014 Gentoo Foundation
|
||
12 years ago
|
# Distributed under the terms of the GNU General Public License v2
|
||
10 years ago
|
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-XSLoader/perl-XSLoader-0.160.0-r1.ebuild,v 1.1 2014/07/15 18:30:50 dilfridge Exp $
|
||
|
|
||
|
EAPI=5
|
||
12 years ago
|
|
||
|
DESCRIPTION="Virtual for ${PN#perl-}"
|
||
|
HOMEPAGE=""
|
||
|
SRC_URI=""
|
||
|
|
||
|
LICENSE=""
|
||
|
SLOT="0"
|
||
11 years ago
|
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||
12 years ago
|
IUSE=""
|
||
|
|
||
10 years ago
|
RDEPEND="
|
||
|
|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} )
|
||
|
!<perl-core/${PN#perl-}-${PV}
|
||
|
!>perl-core/${PN#perl-}-${PV}-r999
|
||
|
"
|