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 69B8513835A for ; Sat, 29 May 2021 19:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA684E0831; Sat, 29 May 2021 19:03:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7DA14E0833 for ; Sat, 29 May 2021 19:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9437340F75 for ; Sat, 29 May 2021 19:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BE0B7B0 for ; Sat, 29 May 2021 19:03:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622314986.d64efec9acacc313a88f1ea5756e7f37c6cacd42.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/yp-tools/yp-tools-4.2.3.ebuild X-VCS-Directories: net-nds/yp-tools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d64efec9acacc313a88f1ea5756e7f37c6cacd42 X-VCS-Branch: master Date: Sat, 29 May 2021 19:03:32 +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: 6c9b1fd7-1bf8-406f-a3c6-71271ae0f7a0 X-Archives-Hash: 8acc09df7b1ca8ac7afda4314eb506b7 commit: d64efec9acacc313a88f1ea5756e7f37c6cacd42 Author: Sam James gentoo org> AuthorDate: Sat May 29 19:03:06 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 29 19:03:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64efec9 net-nds/yp-tools: add missing NLS dependencies * Calls gettext at build time * Links against libintl Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> net-nds/yp-tools/yp-tools-4.2.3.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-nds/yp-tools/yp-tools-4.2.3.ebuild b/net-nds/yp-tools/yp-tools-4.2.3.ebuild index 0f601865215..029b6b4d144 100644 --- a/net-nds/yp-tools/yp-tools-4.2.3.ebuild +++ b/net-nds/yp-tools/yp-tools-4.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,11 +14,13 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86" IUSE="nls" +# Always uses libtirpc if present DEPEND=" net-libs/libtirpc:= - >=net-libs/libnsl-1.2.0:0=" + >=net-libs/libnsl-1.2.0:0= + nls? ( virtual/libintl )" RDEPEND="${DEPEND}" -# always uses libtirpc if present +BDEPEND="nls? ( sys-devel/gettext )" src_prepare() { default