diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-08 19:16:01 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-08 20:11:28 +1200 |
commit | fd7a3d56bd48419430113a8879983e13523496d3 (patch) | |
tree | 72cf268bd0be0c7fd4db1931791cda2d898af348 | |
parent | dev-perl/Convert-Color: Remove POD Author tests (diff) | |
download | gentoo-fd7a3d56bd48419430113a8879983e13523496d3.tar.gz gentoo-fd7a3d56bd48419430113a8879983e13523496d3.tar.bz2 gentoo-fd7a3d56bd48419430113a8879983e13523496d3.zip |
dev-perl/Curses-UI: 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"
-rw-r--r-- | dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild b/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild index b16211530dd7..718c7b28f7a4 100644 --- a/dev-perl/Curses-UI/Curses-UI-0.960.900-r1.ebuild +++ b/dev-perl/Curses-UI/Curses-UI-0.960.900-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$ @@ -17,8 +17,12 @@ IUSE="test" RDEPEND="dev-perl/Curses dev-perl/TermReadKey" DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Pod - )" + test? ( virtual/perl-Test-Simple ) +" SRC_TEST="do" + +src_prepare() { + use test && perl_rm_files t/05pod.t + perl-module_src_prepare +} |