Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Sat, 12 Jun 2021 18:49:43
Message-Id: 1623523539.6123e6f4c4b62898fdb0666cc09a4f19980fd459.floppym@gentoo
1 commit: 6123e6f4c4b62898fdb0666cc09a4f19980fd459
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 12 18:32:12 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 18:45:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6123e6f4
7
8 net-misc/iputils: move gettext to BDEPEND
9
10 Closes: https://bugs.gentoo.org/795654
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14
15 net-misc/iputils/iputils-20210202.ebuild | 9 +++++----
16 net-misc/iputils/iputils-99999999.ebuild | 9 +++++----
17 2 files changed, 10 insertions(+), 8 deletions(-)
18
19 diff --git a/net-misc/iputils/iputils-20210202.ebuild b/net-misc/iputils/iputils-20210202.ebuild
20 index c60375ef537..2e35ddc1ea7 100644
21 --- a/net-misc/iputils/iputils-20210202.ebuild
22 +++ b/net-misc/iputils/iputils-20210202.ebuild
23 @@ -30,12 +30,15 @@ LICENSE="BSD GPL-2+ rdisc"
24 SLOT="0"
25 IUSE="+arping caps clockdiff doc gcrypt idn ipv6 nettle nls rarpd rdisc ssl static tftpd tracepath traceroute6"
26
27 -BDEPEND="virtual/pkgconfig"
28 +BDEPEND="
29 + virtual/pkgconfig
30 + nls? ( sys-devel/gettext )
31 +"
32
33 LIB_DEPEND="
34 caps? ( sys-libs/libcap[static-libs(+)] )
35 idn? ( net-dns/libidn2:=[static-libs(+)] )
36 - nls? ( sys-devel/gettext[static-libs(+)] )
37 + nls? ( virtual/libintl[static-libs(+)] )
38 "
39
40 RDEPEND="
41 @@ -59,8 +62,6 @@ if [[ ${PV} == "99999999" ]] ; then
42 "
43 fi
44
45 -PATCHES=()
46 -
47 src_prepare() {
48 default
49
50
51 diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild
52 index 82b60db3892..c77ade4aac5 100644
53 --- a/net-misc/iputils/iputils-99999999.ebuild
54 +++ b/net-misc/iputils/iputils-99999999.ebuild
55 @@ -30,12 +30,15 @@ LICENSE="BSD GPL-2+ rdisc"
56 SLOT="0"
57 IUSE="+arping caps clockdiff doc gcrypt idn ipv6 nettle nls rarpd rdisc ssl static tftpd tracepath traceroute6"
58
59 -BDEPEND="virtual/pkgconfig"
60 +BDEPEND="
61 + virtual/pkgconfig
62 + nls? ( sys-devel/gettext )
63 +"
64
65 LIB_DEPEND="
66 caps? ( sys-libs/libcap[static-libs(+)] )
67 idn? ( net-dns/libidn2:=[static-libs(+)] )
68 - nls? ( sys-devel/gettext[static-libs(+)] )
69 + nls? ( virtual/libintl[static-libs(+)] )
70 "
71
72 RDEPEND="
73 @@ -59,8 +62,6 @@ if [[ ${PV} == "99999999" ]] ; then
74 "
75 fi
76
77 -PATCHES=()
78 -
79 src_prepare() {
80 default