diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-06-29 16:17:10 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-06-29 16:17:43 +0200 |
commit | 55b8d85073205405761c1c1a937a6d36b3ee099c (patch) | |
tree | 2851870026c8dce77ffdd63ebd4ea09ce7db698d /net-dns | |
parent | sys-libs/binutils-libs: amd64 stable wrt bug #688904 (diff) | |
download | gentoo-55b8d85073205405761c1c1a937a6d36b3ee099c.tar.gz gentoo-55b8d85073205405761c1c1a937a6d36b3ee099c.tar.bz2 gentoo-55b8d85073205405761c1c1a937a6d36b3ee099c.zip |
net-dns/idnkit: RESTRICT=test, add build dependency
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Fixes: https://bugs.gentoo.org/688916
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/idnkit/idnkit-2.3.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-dns/idnkit/idnkit-2.3.ebuild b/net-dns/idnkit/idnkit-2.3.ebuild index 69306f66fb59..bf18b427ef9d 100644 --- a/net-dns/idnkit/idnkit-2.3.ebuild +++ b/net-dns/idnkit/idnkit-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,12 +12,14 @@ LICENSE="JPRS" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="liteonly static-libs" -DEPEND=" +RDEPEND=" virtual/libiconv " -RDEPEND=" - ${DEPEND} +DEPEND=" + ${RDEPEND} + dev-lang/perl " +RESTRICT="test" src_configure() { econf \ |