# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 MODULE_AUTHOR=PJF inherit perl-module DESCRIPTION="Run commands simply, with detailed diagnostics" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" COMMON_DEPEND=" virtual/perl-Scalar-List-Utils " DEPEND=" ${COMMON_DEPEND} test? ( virtual/perl-Test virtual/perl-Test-Simple ) " RDEPEND=" ${COMMON_DEPEND} " SRC_TEST="do"