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 C4AD2158086 for ; Wed, 10 Nov 2021 05:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7E212BC044; Wed, 10 Nov 2021 05:46: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 BE2AD2BC044 for ; Wed, 10 Nov 2021 05:46:03 +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 ABBEE342B8B for ; Wed, 10 Nov 2021 05:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4201D79 for ; Wed, 10 Nov 2021 05:46:01 +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: <1636523140.edace89efce1eb83cf45b1ab05eef5f7dcb6d838.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.16.22-r1.ebuild net-dns/bind/bind-9.16.22.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edace89efce1eb83cf45b1ab05eef5f7dcb6d838 X-VCS-Branch: master Date: Wed, 10 Nov 2021 05:46:01 +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: d3e065e7-db9e-4b65-b67a-33f143436527 X-Archives-Hash: c1a280e644ce14ab291285cefd2c3531 commit: edace89efce1eb83cf45b1ab05eef5f7dcb6d838 Author: Sam James gentoo org> AuthorDate: Wed Nov 10 05:45:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 10 05:45:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edace89e net-dns/bind: fix libunwind automagic dependency Removed in 9.17 anyway. Noticed b/c of a build failure on armv7 musl cross. Signed-off-by: Sam James gentoo.org> net-dns/bind/{bind-9.16.22.ebuild => bind-9.16.22-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-dns/bind/bind-9.16.22.ebuild b/net-dns/bind/bind-9.16.22-r1.ebuild similarity index 99% rename from net-dns/bind/bind-9.16.22.ebuild rename to net-dns/bind/bind-9.16.22-r1.ebuild index 031f096be11..deec88ca7e3 100644 --- a/net-dns/bind/bind-9.16.22.ebuild +++ b/net-dns/bind/bind-9.16.22-r1.ebuild @@ -124,6 +124,8 @@ bind_configure() { --without-readline --with-openssl="${ESYSROOT}"/usr --without-cmocka + # Removed in 9.17, drags in libunwind dependency too + --disable-backtrace $(use_enable caps linux-caps) $(use_enable dnsrps) $(use_enable dnstap)