diff options
author | Matt Whitlock <gentoo@mattwhitlock.name> | 2023-10-24 12:19:13 -0400 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-25 10:37:19 +0200 |
commit | d33ee107385d24295620e95802d0e2ce5f955cc7 (patch) | |
tree | 026af2338bd02cb1d31eacde20a96849e0d7b8f9 /net-p2p/bitcoin-qt | |
parent | sys-fs/fscrypt: drop 0.3.3 (diff) | |
download | gentoo-d33ee107385d24295620e95802d0e2ce5f955cc7.tar.gz gentoo-d33ee107385d24295620e95802d0e2ce5f955cc7.tar.bz2 gentoo-d33ee107385d24295620e95802d0e2ce5f955cc7.zip |
net-p2p/bitcoin-core: clean up after USE="qt5"->"gui" change
* Re-sort IUSE and RDEPEND.
* Pass --with-gui=qt5 to configure to explicitly specify Qt5 as the GUI
we want since that's the dependencies we're pulling in.
* Describe the "gui" USE flag in metadata.xml. (Yes, it's a global USE
flag, but we can still provide our own, more specific description.)
* Use <pkg> elements in metadata.xml where appropriate.
* Fix net-p2p/bitcoin-qt dependency on net-p2p/bitcoin-core[gui].
Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-p2p/bitcoin-qt')
-rw-r--r-- | net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild index ac87d00b9779..2bb59f6223f9 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-25.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -DESCRIPTION="Transitional package for net-p2p/bitcoin-core[qt5]" +DESCRIPTION="Transitional package for net-p2p/bitcoin-core[gui]" HOMEPAGE="https://bitcoincore.org/" LICENSE="MIT" |