projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf1a62
)
dev-perl/CGI-Fast: Fix missing Test-Deep dependency
author
Kent Fredric
<kentnl@gentoo.org>
Fri, 17 Nov 2017 03:55:22 +0000
(16:55 +1300)
committer
Kent Fredric
<kentnl@gentoo.org>
Fri, 17 Nov 2017 03:56:43 +0000
(16:56 +1300)
This is caused by an upstream packaging issue
Bug: https://github.com/leejo/cgi-fast/issues/17
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
b/dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
index 9f6081d968a44aa65c99e213795c833008011254..72634194d76a1aea9f9ca629b47f0723db497d82 100644
(file)
--- a/
dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
+++ b/
dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
@@
-11,7
+11,7
@@
DESCRIPTION="CGI Interface for Fast CGI"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
+IUSE="
test
"
RDEPEND="
>=dev-perl/CGI-4
@@
-21,6
+21,7
@@
RDEPEND="
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
+ test? ( dev-perl/Test-Deep )
"
src_test() {