diff options
Diffstat (limited to 'dev-util/debhelper')
-rw-r--r-- | dev-util/debhelper/debhelper-9.20160814.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/debhelper/debhelper-9.20160814.ebuild b/dev-util/debhelper/debhelper-9.20160814.ebuild index 91550ea06073..b3645b3f41a3 100644 --- a/dev-util/debhelper/debhelper-9.20160814.ebuild +++ b/dev-util/debhelper/debhelper-9.20160814.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" +KEYWORDS="alpha amd64 ~arm hppa ~m68k ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux" IUSE="test" DH_LINGUAS=( de es fr ) IUSE+=" ${DH_LINGUAS[@]/#/linguas_}" @@ -26,9 +26,13 @@ RDEPEND=" dev-perl/TimeDate virtual/perl-Getopt-Long " -DEPEND="${RDEPEND} +DEPEND=" + ${RDEPEND} ${NLS_DEPEND} - test? ( dev-perl/Test-Pod ) + test? ( + dev-perl/Test-Pod + sys-apps/fakeroot + ) " S=${WORKDIR}/${PN} |