From aad4d77f5d504fca3ddd77cf1314f0e45d55c7bf Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 5 Jul 2025 19:34:04 +0300 Subject: [PATCH] x11-libs/pixman: Stabilize 0.46.0 ppc, #959376 Signed-off-by: Arthur Zamarin --- x11-libs/pixman/pixman-0.46.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/pixman/pixman-0.46.0.ebuild b/x11-libs/pixman/pixman-0.46.0.ebuild index 19988884b1750..667174d8ef75a 100644 --- a/x11-libs/pixman/pixman-0.46.0.ebuild +++ b/x11-libs/pixman/pixman-0.46.0.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