From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B92C313835B for ; Sat, 12 Jun 2021 18:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0527E0864; Sat, 12 Jun 2021 18:49:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA4FDE0864 for ; Sat, 12 Jun 2021 18:49:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15919340D2E for ; Sat, 12 Jun 2021 18:49:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1F6B796 for ; Sat, 12 Jun 2021 18:49:39 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1623523539.6123e6f4c4b62898fdb0666cc09a4f19980fd459.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/iputils/iputils-20210202.ebuild net-misc/iputils/iputils-99999999.ebuild X-VCS-Directories: net-misc/iputils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6123e6f4c4b62898fdb0666cc09a4f19980fd459 X-VCS-Branch: master Date: Sat, 12 Jun 2021 18:49:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfd0b432-ee67-4588-b4ba-35093bb52282 X-Archives-Hash: d7aed2f7382945dbfd4baa7dc96f27a4 commit: 6123e6f4c4b62898fdb0666cc09a4f19980fd459 Author: David Michael gmail com> AuthorDate: Sat Jun 12 18:32:12 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jun 12 18:45:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6123e6f4 net-misc/iputils: move gettext to BDEPEND Closes: https://bugs.gentoo.org/795654 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> net-misc/iputils/iputils-20210202.ebuild | 9 +++++---- net-misc/iputils/iputils-99999999.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/net-misc/iputils/iputils-20210202.ebuild b/net-misc/iputils/iputils-20210202.ebuild index c60375ef537..2e35ddc1ea7 100644 --- a/net-misc/iputils/iputils-20210202.ebuild +++ b/net-misc/iputils/iputils-20210202.ebuild @@ -30,12 +30,15 @@ LICENSE="BSD GPL-2+ rdisc" SLOT="0" IUSE="+arping caps clockdiff doc gcrypt idn ipv6 nettle nls rarpd rdisc ssl static tftpd tracepath traceroute6" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" LIB_DEPEND=" caps? ( sys-libs/libcap[static-libs(+)] ) idn? ( net-dns/libidn2:=[static-libs(+)] ) - nls? ( sys-devel/gettext[static-libs(+)] ) + nls? ( virtual/libintl[static-libs(+)] ) " RDEPEND=" @@ -59,8 +62,6 @@ if [[ ${PV} == "99999999" ]] ; then " fi -PATCHES=() - src_prepare() { default diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild index 82b60db3892..c77ade4aac5 100644 --- a/net-misc/iputils/iputils-99999999.ebuild +++ b/net-misc/iputils/iputils-99999999.ebuild @@ -30,12 +30,15 @@ LICENSE="BSD GPL-2+ rdisc" SLOT="0" IUSE="+arping caps clockdiff doc gcrypt idn ipv6 nettle nls rarpd rdisc ssl static tftpd tracepath traceroute6" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" LIB_DEPEND=" caps? ( sys-libs/libcap[static-libs(+)] ) idn? ( net-dns/libidn2:=[static-libs(+)] ) - nls? ( sys-devel/gettext[static-libs(+)] ) + nls? ( virtual/libintl[static-libs(+)] ) " RDEPEND=" @@ -59,8 +62,6 @@ if [[ ${PV} == "99999999" ]] ; then " fi -PATCHES=() - src_prepare() { default