mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
- EAPI6 - Enable tests Upstream: - Guard against old Carps - Cleanup author tests - Make error message more like perls Package-Manager: Portage-2.3.4, Repoman-2.3.2
18 lines
342 B
Bash
18 lines
342 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DIST_AUTHOR=CORION
|
|
DIST_VERSION=0.20
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Test fallback behaviour in absence of modules"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm ~ppc ~x86"
|
|
IUSE="test"
|
|
|
|
RDEPEND=""
|
|
DEPEND="virtual/perl-ExtUtils-MakeMaker"
|