summaryrefslogtreecommitdiff
path: root/net-p2p/monero/monero-0.18.3.3.ebuild
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-04-09 21:26:08 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-04-09 21:27:29 +0100
commit00015a2e8506e02c8ac14c775c6b065c98269d41 (patch)
treead8ff22645a48996d91d8dafb6b935b1a68cf6db /net-p2p/monero/monero-0.18.3.3.ebuild
parentnet-p2p/c-lightning: add 24.02.2, drop 23.11.2 (diff)
downloadportage-00015a2e8506e02c8ac14c775c6b065c98269d41.tar.xz
net-p2p/monero: move USE_DEVICE_TREZOR to common options
Diffstat (limited to '')
-rw-r--r--net-p2p/monero/monero-0.18.3.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/monero/monero-0.18.3.3.ebuild b/net-p2p/monero/monero-0.18.3.3.ebuild
index 0c4261c4..b6c0cc38 100644
--- a/net-p2p/monero/monero-0.18.3.3.ebuild
+++ b/net-p2p/monero/monero-0.18.3.3.ebuild
@@ -138,6 +138,7 @@ src_configure() {
-DBUILD_DOCUMENTATION="$(usex doc ON OFF)"
-DBUILD_TESTS=OFF
-DUSE_READLINE="$(usex readline ON OFF)"
+ -DUSE_DEVICE_TREZOR="$(usex smartcard ON OFF)"
-DBUILD_GUI_DEPS="$(usex qt5 ON OFF)"
-DSTACK_TRACE=OFF
-DBUILD_SHARED_LIBS=OFF
@@ -152,7 +153,6 @@ src_configure() {
local cmakeargs_monerogui=(
"${cmakeargs_monero[@]}"
- -DUSE_DEVICE_TREZOR="$(usex smartcard ON OFF)"
-DWITH_DESKTOP_ENTRY=ON
-DWITH_SCANNER=ON
-DWITH_UPDATER=OFF