diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-12 09:09:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-12 09:09:01 +0200 |
commit | 7968388c016740d86736f6aa0fb2c294e0ccdc35 (patch) | |
tree | 556138a5bcc45b06d436dd90cae909206037fe90 /net-misc/xmrig | |
parent | dev-python/llvmlite: amd64 stable wrt bug #812560 (diff) | |
download | gentoo-7968388c016740d86736f6aa0fb2c294e0ccdc35.tar.gz gentoo-7968388c016740d86736f6aa0fb2c294e0ccdc35.tar.bz2 gentoo-7968388c016740d86736f6aa0fb2c294e0ccdc35.zip |
net-misc/xmrig: amd64 stable wrt bug #812575
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/xmrig')
-rw-r--r-- | net-misc/xmrig/xmrig-6.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/xmrig/xmrig-6.14.1.ebuild b/net-misc/xmrig/xmrig-6.14.1.ebuild index 8ad79070a47b..bda56a90536d 100644 --- a/net-misc/xmrig/xmrig-6.14.1.ebuild +++ b/net-misc/xmrig/xmrig-6.14.1.ebuild @@ -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" |