diff --git a/net-p2p/monero-gui-bin/Manifest b/net-p2p/monero-gui-bin/Manifest index 54809c1146..97a8fdd1dd 100644 --- a/net-p2p/monero-gui-bin/Manifest +++ b/net-p2p/monero-gui-bin/Manifest @@ -1 +1 @@ -DIST monero-gui-linux-x64-v0.18.3.4.tar.bz2 131624926 BLAKE2B cdfee621b44aa4e7f358b8eeca1fcc9244465729097c9d7f8e81cd522f5f899a96fb3c9c6c086f8bf2687f80a4b708bac618acae7773d8aaecb362746e05974e SHA512 0ad531d592b325b82582c7a2c4f4982165f3ad0f4d860e58c54635aaf71516d75a3318b710b35e816fa6c08b7b1e6d82135d6e1f8dba4f3ca6436a3db5c65d3a +DIST monero-gui-bin-0.18.3.4.tar.bz2 131624926 BLAKE2B cdfee621b44aa4e7f358b8eeca1fcc9244465729097c9d7f8e81cd522f5f899a96fb3c9c6c086f8bf2687f80a4b708bac618acae7773d8aaecb362746e05974e SHA512 0ad531d592b325b82582c7a2c4f4982165f3ad0f4d860e58c54635aaf71516d75a3318b710b35e816fa6c08b7b1e6d82135d6e1f8dba4f3ca6436a3db5c65d3a diff --git a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild index a6b879471d..33d336f3ac 100644 --- a/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild +++ b/net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild @@ -7,12 +7,12 @@ inherit desktop xdg DESCRIPTION="An open-source GUI wallet developed by the Monero community." HOMEPAGE="https://github.com/monero-project/monero-gui/ https://www.getmonero.org/" -SRC_URI="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v${PV}.tar.bz2" +SRC_URI="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v${PV}.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/monero-gui-v${PV}" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="-* amd64" +KEYWORDS="-* ~amd64" IUSE="+daemon tools wallet-cli wallet-rpc"