commit: 39e564df50a8005318be908c9b259fb6e868909c
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 10 17:07:32 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Dec 10 18:18:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e564df
x11-libs/pixman: Stabilize 0.46.4 ppc64, #966372
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
x11-libs/pixman/pixman-0.46.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/pixman/pixman-0.46.4.ebuild
b/x11-libs/pixman/pixman-0.46.4.ebuild
index 667174d8ef75..1779a49d7751 100644
--- a/x11-libs/pixman/pixman-0.46.4.ebuild
+++ b/x11-libs/pixman/pixman-0.46.4.ebuild
@@ -14,7 +14,7 @@ inherit flag-o-matic ${GIT_ECLASS} meson-multilib
multiprocessing toolchain-func
DESCRIPTION="Low-level pixel manipulation routines"
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
if [[ ${PV} != 9999* ]]; then
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos
~x64-macos ~x64-solaris"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos
~x64-macos ~x64-solaris"
SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz"
fi