commit:     eb0d47b871e67196c0b43709b066e4b983faaa44
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jul 17 10:28:20 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jul 17 10:28:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=eb0d47b8

dev-perl/CGI-Untaint: Depend on dev-perl/CGI

Package-Manager: portage-2.2.17

 ...-Untaint-1.260.0.ebuild => CGI-Untaint-1.260.0-r1.ebuild} | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild 
b/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0-r1.ebuild
similarity index 76%
rename from dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
rename to dev-perl/CGI-Untaint/CGI-Untaint-1.260.0-r1.ebuild
index c76c9eb..2ad6cf2 100644
--- a/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0.ebuild
+++ b/dev-perl/CGI-Untaint/CGI-Untaint-1.260.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -7,18 +7,20 @@ MODULE_VERSION=1.26
 inherit perl-module
 
 DESCRIPTION="Process CGI input parameters."
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
+IUSE="test"
 RDEPEND="
        >=virtual/perl-Test-Simple-0.110.0
        >=dev-perl/UNIVERSAL-require-0.10.0"
-DEPEND="$RDEPEND"
+DEPEND="$RDEPEND
+       test? (
+               dev-perl/CGI
+       )
+"
 PERL_RM_FILES=(
        t/pod-coverage.t
        t/pod.t
 )
-SRC_TEST=do

Reply via email to