commit:     0675f8f5bf1f181f1eca7d042f8e83943ade2e0c
Author:     Matt Whitlock <gentoo <AT> mattwhitlock <DOT> name>
AuthorDate: Sat Apr 12 14:33:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 08:17:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0675f8f5

net-p2p/bitcoin-core-28.1: drop '+' from IUSE="qrcode"

It's superfluous now that profiles/targets/desktop/package.use contains
"net-p2p/bitcoin-core qrcode".

See: https://github.com/gentoo/gentoo/pull/41395#pullrequestreview-2736885791
Signed-off-by: Matt Whitlock <gentoo <AT> mattwhitlock.name>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild | 2 +-
 net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild 
b/net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild
index 5ca8512fc43c..3437fb624095 100644
--- a/net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild
+++ b/net-p2p/bitcoin-core/bitcoin-core-28.1-r1.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 if [[ "${PV}" != *_rc* ]] ; then
        KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 fi
-IUSE="+asm +berkdb +cli +daemon dbus examples +external-signer gui kde nat-pmp 
+qrcode +sqlite +system-libsecp256k1 systemtap test test-full upnp zeromq"
+IUSE="+asm +berkdb +cli +daemon dbus examples +external-signer gui kde nat-pmp 
qrcode +sqlite +system-libsecp256k1 systemtap test test-full upnp zeromq"
 RESTRICT="!test? ( test )"
 
 REQUIRED_USE="

diff --git a/net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild 
b/net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild
index 8c24047ad430..7061330cce81 100644
--- a/net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild
+++ b/net-p2p/bitcoin-core/bitcoin-core-28.1.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 if [[ "${PV}" != *_rc* ]] ; then
        KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 fi
-IUSE="+asm +berkdb +cli +daemon dbus examples +external-signer gui kde +man 
nat-pmp +qrcode +sqlite +system-libsecp256k1 systemtap test test-full upnp 
zeromq"
+IUSE="+asm +berkdb +cli +daemon dbus examples +external-signer gui kde +man 
nat-pmp qrcode +sqlite +system-libsecp256k1 systemtap test test-full upnp 
zeromq"
 RESTRICT="!test? ( test )"
 
 REQUIRED_USE="

Reply via email to