diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-07 21:47:31 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-08 05:33:40 +1200 |
commit | 96138eafa1a9f2475366b85ec041e5427eccb468 (patch) | |
tree | 3a10f4f0b201f2efb63306a37c1433ad9d068cde /dev-perl | |
parent | dev-util/rootstrap: Remove last-rited pkg, #582448 (diff) | |
download | gentoo-96138eafa1a9f2475366b85ec041e5427eccb468.tar.gz gentoo-96138eafa1a9f2475366b85ec041e5427eccb468.tar.bz2 gentoo-96138eafa1a9f2475366b85ec041e5427eccb468.zip |
dev-perl/Audio-FLAC-Header: Remove POD Author tests.
Not useful on Gentoo.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild b/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild index 1eee42515d5a..e3eea7c4a375 100644 --- a/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild +++ b/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,8 +15,12 @@ KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86 IUSE="test" RDEPEND="media-libs/flac" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" +DEPEND="${RDEPEND}" SRC_TEST="do" + +# MI's fault +src_configure() { + use test && perl_rm_files t/pod.t t/pod-coverage.t + perl-module_src_configure +} |