commit: 4c56c58949e6977115be48417a92db3909405331
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 18:54:42 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 18:58:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c56c589
x11-libs/pixman: Stabilize 0.44.2 arm, #946117
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/pixman/pixman-0.44.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/pixman/pixman-0.44.2.ebuild
b/x11-libs/pixman/pixman-0.44.2.ebuild
index a1a81445e23b..2c61f3b2abf0 100644
--- a/x11-libs/pixman/pixman-0.44.2.ebuild
+++ b/x11-libs/pixman/pixman-0.44.2.ebuild
@@ -14,7 +14,7 @@ inherit ${GIT_ECLASS} meson-multilib multiprocessing
toolchain-funcs
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