diff options
author | 2024-06-08 14:59:38 -0700 | |
---|---|---|
committer | 2024-06-25 19:13:43 +0300 | |
commit | 22add0b379f23a7d401ec3d4bb7447ca1e98e3bf (patch) | |
tree | 1fae75423e1101d87f7fc99c0446a3adff657f3c /profiles | |
parent | dev-vcs/git: Stabilize 2.44.2 ppc64, #931976 (diff) | |
download | gentoo-22add0b379f23a7d401ec3d4bb7447ca1e98e3bf.tar.gz gentoo-22add0b379f23a7d401ec3d4bb7447ca1e98e3bf.tar.bz2 gentoo-22add0b379f23a7d401ec3d4bb7447ca1e98e3bf.zip |
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>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 365a5cbd6812..016e8763c70a 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -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 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index afa5d9efabee..e409b19b7ac1 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -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 |