diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-07 19:23:36 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-07 19:23:36 +0000 |
commit | fa6a640c84ae25afc7a7153f58f2a51d32e6039d (patch) | |
tree | 9a7fbeda52acef5c9a8a16f1caee50e794fdd2b2 /dev-perl/Finance-Quote | |
parent | Add ~ppc64 keyword (diff) | |
download | gentoo-2-fa6a640c84ae25afc7a7153f58f2a51d32e6039d.tar.gz gentoo-2-fa6a640c84ae25afc7a7153f58f2a51d32e6039d.tar.bz2 gentoo-2-fa6a640c84ae25afc7a7153f58f2a51d32e6039d.zip |
Add missing test dep
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Finance-Quote')
-rw-r--r-- | dev-perl/Finance-Quote/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog index 38d3778a5cb0..3144c68cd4e8 100644 --- a/dev-perl/Finance-Quote/ChangeLog +++ b/dev-perl/Finance-Quote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Finance-Quote # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.75 2014/08/20 17:30:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.76 2014/12/07 19:23:36 zlogene Exp $ + + 07 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> Finance-Quote-1.350.0.ebuild: + Add missing test dep *Finance-Quote-1.350.0 (20 Aug 2014) diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild index 4dea5669265f..4867c4ce8502 100644 --- a/dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild +++ b/dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild,v 1.1 2014/08/20 17:30:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.350.0.ebuild,v 1.2 2014/12/07 19:23:36 zlogene Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" IUSE="test" # virtual/perl-Data-Dumper currently commented out in the code -# dev-perl/Perl-Critic-Dynamic is missing for USE="test" wrt #520340 + RDEPEND="dev-perl/Crypt-SSLeay dev-perl/Date-Calc dev-perl/HTTP-Cookies @@ -27,6 +27,7 @@ RDEPEND="dev-perl/Crypt-SSLeay dev-perl/Mozilla-CA dev-perl/libwww-perl" DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod )" + test? ( dev-perl/Test-Pod + dev-perl/Perl-Critic-Dynamic )" SRC_TEST="do" |