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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E1F3158094 for ; Tue, 30 Aug 2022 17:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1898CE095F; Tue, 30 Aug 2022 17:05:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3EAFE095F for ; Tue, 30 Aug 2022 17:05:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4152D3412FD for ; Tue, 30 Aug 2022 16:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D59CD57D for ; Tue, 30 Aug 2022 16:55:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661878369.2b98cf568bff9851f0adb240736c6fc3a13243ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/libidn2/libidn2-2.3.3.ebuild X-VCS-Directories: net-dns/libidn2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b98cf568bff9851f0adb240736c6fc3a13243ca X-VCS-Branch: master Date: Tue, 30 Aug 2022 16:55:11 +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: 5075234b-28f2-4278-9656-1527568a9d87 X-Archives-Hash: aa4350d55e38cfe5c7f1585a05875bff commit: 2b98cf568bff9851f0adb240736c6fc3a13243ca Author: Sam James gentoo org> AuthorDate: Tue Aug 30 16:51:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 30 16:52:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b98cf56 net-dns/libidn2: add USE=nls Signed-off-by: Sam James gentoo.org> net-dns/libidn2/libidn2-2.3.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-dns/libidn2/libidn2-2.3.3.ebuild b/net-dns/libidn2/libidn2-2.3.3.ebuild index f3be2d85b143..aa0909da9a82 100644 --- a/net-dns/libidn2/libidn2-2.3.3.ebuild +++ b/net-dns/libidn2/libidn2-2.3.3.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}"/${P/a/} LICENSE="GPL-2+ LGPL-3+" SLOT="0/2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" +IUSE="nls static-libs" RDEPEND=" dev-libs/libunistring:=[${MULTILIB_USEDEP}] @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/perl sys-apps/help2man + nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-libidn ) " @@ -46,6 +47,7 @@ multilib_src_configure() { econf \ CC_FOR_BUILD="$(tc-getBUILD_CC)" \ $(use_enable static-libs static) \ + $(multilib_native_use_enable nls) \ --disable-doc \ --disable-gcc-warnings \ --disable-gtk-doc