Skip to content

Commit

Permalink
dev-perl/CGI-Fast: Fix missing Test-Deep dependency
Browse files Browse the repository at this point in the history
This is caused by an upstream packaging issue

Bug: leejo/cgi-fast#17
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
kentfredric authored and NeddySeagoon committed Nov 17, 2017
1 parent 3ef412b commit 38ddc73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-perl/CGI-Fast/CGI-Fast-2.120.0.ebuild
Expand Up @@ -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
Expand All @@ -21,6 +21,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( dev-perl/Test-Deep )
"

src_test() {
Expand Down

0 comments on commit 38ddc73

Please sign in to comment.