mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
31 lines
584 B
Bash
31 lines
584 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=ETHER
|
|
MODULE_VERSION=0.002
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Provide information on conflicts for Module::Runtime"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
dev-perl/Dist-CheckConflicts
|
|
dev-perl/Module-Runtime
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
>=dev-perl/Module-Build-Tiny-0.39.0
|
|
test? (
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
virtual/perl-File-Spec
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
virtual/perl-if
|
|
)
|
|
"
|
|
|
|
SRC_TEST="do parallel"
|