diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-23 18:17:44 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-23 18:17:44 +0000 |
commit | 262470814f822cf8686d739f473b8723c9975a75 (patch) | |
tree | 2fe040f3438a270d9bdcdbdec1ecda3b8f1c49b6 /net-misc/xmrig | |
parent | sys-apps/arch-chroot: Stabilize 28 ppc, #921378 (diff) | |
download | gentoo-262470814f822cf8686d739f473b8723c9975a75.tar.gz gentoo-262470814f822cf8686d739f473b8723c9975a75.tar.bz2 gentoo-262470814f822cf8686d739f473b8723c9975a75.zip |
net-misc/xmrig: Stabilize 6.21.0 arm64, #922784
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/xmrig')
-rw-r--r-- | net-misc/xmrig/xmrig-6.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/xmrig/xmrig-6.21.0.ebuild b/net-misc/xmrig/xmrig-6.21.0.ebuild index a36872e00718..d20d9570fed4 100644 --- a/net-misc/xmrig/xmrig-6.21.0.ebuild +++ b/net-misc/xmrig/xmrig-6.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/xmrig/xmrig/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="~amd64 arm64" fi LICENSE="Apache-2.0 GPL-3+ MIT" |