diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-04-22 11:02:03 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-04-22 11:04:02 +0200 |
commit | 77564f87710b43364f82f724664d81ea1beb3e10 (patch) | |
tree | beb008c2972af2c465d8bb3853258e77c730695f /profiles | |
parent | dev-python/PyQt5-sip: Stabilize 12.12.0 arm64, #904784 (diff) | |
download | gentoo-77564f87710b43364f82f724664d81ea1beb3e10.tar.gz gentoo-77564f87710b43364f82f724664d81ea1beb3e10.tar.bz2 gentoo-77564f87710b43364f82f724664d81ea1beb3e10.zip |
profiles/arch: mask kde-plasma/discover[snap] on non-amd64 arches
Preparatory work, currently only the version in ::kde has this
flag. Will trickle down into ::gentoo with the next release.
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@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 c614b3e933a4..69516b492869 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-04-22) +# snap only works on amd64 +kde-plasma/discover -snap + # Sam James <sam@gentoo.org> (2023-04-17) # Ruby has several JITs available but they need porting to individual arches. # Unmask on specific arches where it's available. diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 9af8d281351a..9bc2a111363b 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-04-22) +# snap only works on amd64 +kde-plasma/discover snap + # Sam James <sam@gentoo.org> (2023-04-03) # Needs dev-python/py-cpuinfo which is not ported to all of our platforms # See bug #894078. |