Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/idnkit/
Date: Sat, 29 Jun 2019 14:17:52
Message-Id: 1561817863.55b8d85073205405761c1c1a937a6d36b3ee099c.jer@gentoo
1 commit: 55b8d85073205405761c1c1a937a6d36b3ee099c
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 29 14:17:10 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 29 14:17:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b8d850
7
8 net-dns/idnkit: RESTRICT=test, add build dependency
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Fixes: https://bugs.gentoo.org/688916
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-dns/idnkit/idnkit-2.3.ebuild | 10 ++++++----
15 1 file changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/net-dns/idnkit/idnkit-2.3.ebuild b/net-dns/idnkit/idnkit-2.3.ebuild
18 index 69306f66fb5..bf18b427ef9 100644
19 --- a/net-dns/idnkit/idnkit-2.3.ebuild
20 +++ b/net-dns/idnkit/idnkit-2.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,12 +12,14 @@ LICENSE="JPRS"
28 SLOT="0"
29 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
30 IUSE="liteonly static-libs"
31 -DEPEND="
32 +RDEPEND="
33 virtual/libiconv
34 "
35 -RDEPEND="
36 - ${DEPEND}
37 +DEPEND="
38 + ${RDEPEND}
39 + dev-lang/perl
40 "
41 +RESTRICT="test"
42
43 src_configure() {
44 econf \