diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-09 21:34:57 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-09 21:34:57 +0100 |
commit | 6fc32afb17f95d23750a2859d8ed736689a712cb (patch) | |
tree | 618ba0ecbe6646aa0013db05d70bb1ca98eb8009 /net-misc/xmrig | |
parent | media-gfx/plantuml: Stabilize 1.2021.16 amd64, #830834 (diff) | |
download | gentoo-6fc32afb17f95d23750a2859d8ed736689a712cb.tar.gz gentoo-6fc32afb17f95d23750a2859d8ed736689a712cb.tar.bz2 gentoo-6fc32afb17f95d23750a2859d8ed736689a712cb.zip |
net-misc/xmrig: Stabilize 6.16.2 amd64, #830842
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc/xmrig')
-rw-r--r-- | net-misc/xmrig/xmrig-6.16.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/xmrig/xmrig-6.16.2.ebuild b/net-misc/xmrig/xmrig-6.16.2.ebuild index 516d44208bba..bbdc75edbec2 100644 --- a/net-misc/xmrig/xmrig-6.16.2.ebuild +++ b/net-misc/xmrig/xmrig-6.16.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |