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 AE15E158089 for ; Mon, 9 Oct 2023 13:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E58872BC01E; Mon, 9 Oct 2023 13:14:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAA6E2BC01E for ; Mon, 9 Oct 2023 13:14:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7841335C56 for ; Mon, 9 Oct 2023 13:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F0F499B for ; Mon, 9 Oct 2023 13:14:45 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1696857254.a6f863a3eacafb5487e924d5870234422c564bbf.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoin-core/bitcoin-core-25.0.ebuild X-VCS-Directories: net-p2p/bitcoin-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a6f863a3eacafb5487e924d5870234422c564bbf X-VCS-Branch: master Date: Mon, 9 Oct 2023 13:14:45 +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: f33b0a27-7c7d-48fd-b8cb-aa805c4f795c X-Archives-Hash: d94d73817f82b6ec7c5b9a1fdb72ed29 commit: a6f863a3eacafb5487e924d5870234422c564bbf Author: Florian Schmaus gentoo org> AuthorDate: Mon Oct 9 13:13:29 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Oct 9 13:14:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f863a3 net-p2p/bitcoin-core: don't enable USE=qrcode per default USE=qrcode requires qt5 via REQUIRED_USE, which is *not* enabled per default. Either both USE flags should be enabled per default, or none. Signed-off-by: Florian Schmaus gentoo.org> net-p2p/bitcoin-core/bitcoin-core-25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitcoin-core/bitcoin-core-25.0.ebuild b/net-p2p/bitcoin-core/bitcoin-core-25.0.ebuild index 0ed41f21df48..396432ac6598 100644 --- a/net-p2p/bitcoin-core/bitcoin-core-25.0.ebuild +++ b/net-p2p/bitcoin-core/bitcoin-core-25.0.ebuild @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" # IUSE="+cli" doesn't work due to https://bugs.gentoo.org/831045#c3 -IUSE="+asm +berkdb +bitcoin-cli +daemon dbus examples +external-signer kde libs +man nat-pmp +qrcode qt5 +sqlite system-leveldb +system-libsecp256k1 systemtap test upnp zeromq" +IUSE="+asm +berkdb +bitcoin-cli +daemon dbus examples +external-signer kde libs +man nat-pmp qrcode qt5 +sqlite system-leveldb +system-libsecp256k1 systemtap test upnp zeromq" RESTRICT="!test? ( test )" REQUIRED_USE="