Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/
Date: Mon, 07 Jan 2019 13:51:44
Message-Id: 1546869053.aca5420b576961ed6d3a373b1ed52cb1c42343c8.aballier@gentoo
1 commit: aca5420b576961ed6d3a373b1ed52cb1c42343c8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 13:50:42 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 13:50:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca5420b
7
8 net-dns/libidn2: improve eapi7 dependencies.
9
10 perl and help2man are BDEPEND not target dependencies (DEPEND).
11
12 Package-Manager: Portage-2.3.54, Repoman-2.3.12
13 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
14
15 net-dns/libidn2/libidn2-2.1.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-dns/libidn2/libidn2-2.1.0.ebuild b/net-dns/libidn2/libidn2-2.1.0.ebuild
19 index 7aee397096c..d5e87e2879a 100644
20 --- a/net-dns/libidn2/libidn2-2.1.0.ebuild
21 +++ b/net-dns/libidn2/libidn2-2.1.0.ebuild
22 @@ -18,8 +18,8 @@ IUSE="static-libs"
23 RDEPEND="
24 dev-libs/libunistring[${MULTILIB_USEDEP}]
25 "
26 -DEPEND="
27 - ${RDEPEND}
28 +DEPEND="${RDEPEND}"
29 +BDEPEND="
30 dev-lang/perl
31 sys-apps/help2man
32 "