diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-28 11:20:55 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-28 11:22:14 -0700 |
commit | 39f53025fb572acde23ffc366db36f7b7e8008f1 (patch) | |
tree | ab166aad71c1547cb0c291535b6212e5e765e9df /net-misc/electron-cash | |
parent | app-crypt/gpgme: add LFS flags (diff) | |
download | gentoo-39f53025fb572acde23ffc366db36f7b7e8008f1.tar.gz gentoo-39f53025fb572acde23ffc366db36f7b7e8008f1.tar.bz2 gentoo-39f53025fb572acde23ffc366db36f7b7e8008f1.zip |
net-misc/electron-cash: remove audio_modem USE flag
Closes: https://bugs.gentoo.org/695092
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-misc/electron-cash')
-rw-r--r-- | net-misc/electron-cash/electron-cash-4.2.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/electron-cash/electron-cash-4.2.9.ebuild b/net-misc/electron-cash/electron-cash-4.2.9.ebuild index 5a6a8226cb0c..b8d2681f9c71 100644 --- a/net-misc/electron-cash/electron-cash-4.2.9.ebuild +++ b/net-misc/electron-cash/electron-cash-4.2.9.ebuild @@ -17,11 +17,10 @@ SRC_URI="https://github.com/Electron-Cash/Electron-Cash/archive/refs/tags/${PV}. LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="amodem audio_modem cli cosign digitalbitbox email ncurses qrcode +qt5 sync vkb +IUSE="amodem cli cosign digitalbitbox email ncurses qrcode +qt5 sync vkb l10n_es l10n_ja l10n_pt l10n_zh-CN" REQUIRED_USE=" - !audio_modem || ( cli ncurses qt5 ) amodem? ( qt5 ) cosign? ( qt5 ) |