commit:     d5657d8654d806583a53af437da59590558d2020
Author:     Matt Whitlock <gentoo <AT> mattwhitlock <DOT> name>
AuthorDate: Wed Apr  2 16:53:58 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=d5657d86

net-p2p/bitcoin-core-28.1: drop IUSE="man"; force installing of man pages

Official Gentoo policy requires installing man pages unconditionally. :|

See: https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0305
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 | 3 +--
 1 file changed, 1 insertion(+), 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 03c4bf184605..5ca8512fc43c 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 +man 
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="
@@ -174,7 +174,6 @@ src_configure() {
                --disable-ccache
                $(use_enable asm)
                $(use_enable zeromq zmq)
-               $(use_enable man)
                $(use_enable external-signer)
                --with-utils
                $(use_enable {,util-}cli)

Reply via email to