diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-06-11 14:09:59 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-12 22:45:07 +0100 |
commit | 9dd2695827a3fd900a932ef803e6a06a5c3189de (patch) | |
tree | 058480eab933e2b265e5a1ce35a0afb2a9a71c19 /profiles | |
parent | app-cdr/gcdemu: Stabilize 3.2.6-r1 amd64, #927596 (diff) | |
download | gentoo-9dd2695827a3fd900a932ef803e6a06a5c3189de.tar.gz gentoo-9dd2695827a3fd900a932ef803e6a06a5c3189de.tar.bz2 gentoo-9dd2695827a3fd900a932ef803e6a06a5c3189de.zip |
profiles/arch/sparc: mask net-misc/memcached
See: https://github.com/memcached/memcached/issues/902
Bug: https://bugs.gentoo.org/636552
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/sparc/package.mask | 9 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 7 | ||||
-rw-r--r-- | profiles/arch/sparc/use.mask | 5 |
3 files changed, 20 insertions, 1 deletions
diff --git a/profiles/arch/sparc/package.mask b/profiles/arch/sparc/package.mask index 538d5c80fc20..dcbae565c287 100644 --- a/profiles/arch/sparc/package.mask +++ b/profiles/arch/sparc/package.mask @@ -1,6 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2024-06-11) +# Extensive use of unaligned access, no plans to fix, #636552 +# https://github.com/memcached/memcached/issues/902 +net-misc/memcached +dev-libs/libmemcached +dev-python/pylibmc + # matoro <matoro_gentoo@matoro.tk> (2023-03-07) # Fails tests disastrously. Present evidence of passing test suite # before removing, please. diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 25161d4a42a1..0b93aee43001 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2024-06-11) +# net-misc/memcached casualties, #636552 +# https://github.com/memcached/memcached/issues/902 +dev-python/pylibmc test +dev-python/pytest-services test +net-ftp/proftpd memcache + # Sam James <sam@gentoo.org> (2024-05-19) # media-libs/jasper not yet keyworded here: https://bugs.gentoo.org/921559 media-gfx/graphicsmagick jpeg2k diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 6bad40b9cccd..c3222cbf6f28 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -sparc +# matoro <matoro_gentoo@matoro.tk> (2024-06-11) +# Extensive use of unaligned access, no plans to fix, #636552 +# https://github.com/memcached/memcached/issues/902 +memcached + # Ionen Wolkens <ionen@gentoo.org> (2024-01-27) # Needs bug #918896 for missing Qt6 keywords qt6 |