diff options
author | Justin Donofrio <justin026@protonmail.com> | 2024-10-27 12:46:15 -0400 |
---|---|---|
committer | Justin Donofrio <justin026@protonmail.com> | 2024-10-27 12:48:28 -0400 |
commit | 619d7301cdd450c56cabfef5023c4637cfbdb6cf (patch) | |
tree | bddb2e15ff18a03a97f918ca087217f1a0099cea /net-p2p | |
parent | net-dns/noip-duc: update LICENSE (diff) | |
download | guru-619d7301cdd450c56cabfef5023c4637cfbdb6cf.tar.gz guru-619d7301cdd450c56cabfef5023c4637cfbdb6cf.tar.bz2 guru-619d7301cdd450c56cabfef5023c4637cfbdb6cf.zip |
net-p2p/monero-gui-bin: destabilize 0.18.3.4 for ~amd64
Signed-off-by: Justin Donofrio <justin026@protonmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/monero-gui-bin/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/monero-gui-bin/monero-gui-bin-0.18.3.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/monero-gui-bin/Manifest b/net-p2p/monero-gui-bin/Manifest index 54809c114..97a8fdd1d 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 a6b879471..33d336f3a 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" |