Skip to content

Commit

Permalink
dev-perl/Alien-wxWidgets: Remove POD Author Tests.
Browse files Browse the repository at this point in the history
Really not needed for this dist.

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"
  • Loading branch information
kentfredric committed Aug 6, 2016
1 parent ed42a3d commit c564189
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.670.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-CBuilder-0.24
>=virtual/perl-File-Spec-1.500.0
>=dev-perl/Module-Build-0.280.0
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
test? ( virtual/perl-Test-Simple )
"

SRC_TEST="do"
Expand All @@ -35,3 +32,8 @@ src_configure() {
myconf=( --wxWidgets-build=0 )
perl-module_src_configure
}

src_test() {
perl_rm_files t/zz_pod.t t/zy_pod_coverage.t
perl-module_src_test
}

0 comments on commit c564189

Please sign in to comment.