commit:     55b8d85073205405761c1c1a937a6d36b3ee099c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 14:17:10 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 14:17:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b8d850

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 <AT> gentoo.org>

 net-dns/idnkit/idnkit-2.3.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-dns/idnkit/idnkit-2.3.ebuild b/net-dns/idnkit/idnkit-2.3.ebuild
index 69306f66fb5..bf18b427ef9 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 \

Reply via email to