diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-12 18:21:58 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-12 18:21:58 +0000 |
commit | 43c960794e192b7c6421be296b8ed70e8016adff (patch) | |
tree | 3377f9b1d1b1908b0ff814455f8d24c7d72bb105 | |
parent | Keyword ~arm. Tested on radxa rock (armv7) (diff) | |
download | gentoo-2-43c960794e192b7c6421be296b8ed70e8016adff.tar.gz gentoo-2-43c960794e192b7c6421be296b8ed70e8016adff.tar.bz2 gentoo-2-43c960794e192b7c6421be296b8ed70e8016adff.zip |
Add missing test dependency wrt bug #509504
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
-rw-r--r-- | dev-perl/Finance-Quote/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog index 58270506b642..f45fa51fc73b 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.73 2014/05/01 17:59:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.74 2014/06/12 18:21:58 zlogene Exp $ + + 12 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> Finance-Quote-1.290.0.ebuild: + Add missing test dependency wrt bug #509504 *Finance-Quote-1.290.0 (01 May 2014) diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild index cec5d5c38896..9e3057d0b9ee 100644 --- a/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild +++ b/dev-perl/Finance-Quote/Finance-Quote-1.290.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.290.0.ebuild,v 1.1 2014/05/01 17:59:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.290.0.ebuild,v 1.2 2014/06/12 18:21:58 zlogene Exp $ EAPI=5 @@ -13,14 +13,14 @@ DESCRIPTION="Get stock and mutual fund quotes from various exchanges" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" +IUSE="test" -DEPEND=" - dev-perl/libwww-perl +RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Tree dev-perl/HTML-TableExtract - dev-perl/Crypt-SSLeay -" -RDEPEND="${DEPEND}" + dev-perl/Crypt-SSLeay" + +DEPEND="${RDEPEND} + test? ( dev-perl/Date-Calc )" SRC_TEST="do" |