From 484cc1cba62ea71cfdfb7f00f805b9ad6c01ffa3 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Mon, 23 Nov 2009 15:51:10 +0000 Subject: Add missing deps (#294201). Run tests (Portage version: 2.2_rc51/cvs/Linux x86_64) --- dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild') diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild index 350f7565c5ce..6bc97cadd80a 100644 --- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild +++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild @@ -1,16 +1,21 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild,v 1.1 2009/06/23 07:33:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild,v 1.2 2009/11/23 15:51:10 tove Exp $ -MODULE_AUTHOR="FLORA" EAPI=2 +MODULE_AUTHOR="FLORA" inherit perl-module DESCRIPTION="Interface to perls parser variables" -IUSE="" - SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/B-Hooks-OP-Check" +DEPEND="${RDEPEND} + >=dev-perl/extutils-depends-0.302 + test? ( dev-perl/Test-Exception + dev-perl/B-Hooks-EndOfScope )" +SRC_TEST=do -- cgit v1.2.3-65-gdbad