app-arch/7zip: add ~arm64 keyword

Adds the `~arm64` keyword to app-arch/7zip because I've
been able to use it in a few different use-cases successfully
now.

As part of this, the USE flags `uasm` and `jwasm` are now masked
by default and unmasked on amd64, as it causes amd64-specific
asm to be used.

Signed-off-by: Jared Allard <jaredallard@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/37086
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Jared Allard
2024-06-08 14:59:38 -07:00
committed by Arthur Zamarin
parent 63e7d0b5eb
commit 22add0b379
5 changed files with 11 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ S="${WORKDIR}"
LICENSE="LGPL-2 BSD rar? ( unRAR )"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
IUSE="uasm jwasm rar"
REQUIRED_USE="?? ( uasm jwasm )"

View File

@@ -17,7 +17,7 @@ S="${WORKDIR}"
LICENSE="LGPL-2 BSD rar? ( unRAR )"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
IUSE="uasm jwasm rar"
REQUIRED_USE="?? ( uasm jwasm )"

View File

@@ -17,7 +17,7 @@ S="${WORKDIR}"
LICENSE="LGPL-2 BSD rar? ( unRAR )"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
IUSE="uasm jwasm rar"
REQUIRED_USE="?? ( uasm jwasm )"

View File

@@ -21,6 +21,10 @@
# Pulls in kde-apps/kgpg is keyworded here
>=kde-apps/kdeutils-meta-24.05.1 -gpg
# Jared Allard <jared@rgst.io> (2024-06-21)
# uasm and jwasm include amd64-specific ASM
app-arch/7zip -uasm -jwasm
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-25)
# ROCm and Level-Zero are amd64-only at the moment
sys-apps/hwloc -rocm -l0

View File

@@ -7,6 +7,10 @@
# on amd64 and arm64.
>=kde-apps/kdeutils-meta-24.05.1 gpg
# Jared Allard <jared@rgst.io> (2024-06-21)
# uasm and jwasm include amd64-specific ASM
app-arch/7zip uasm jwasm
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-25)
# ROCm and Level-Zero are amd64-only at the moment
sys-apps/hwloc rocm l0