commit: 1ceccc64345697c4ae54c843f6dc55f9f38256d7
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 03:58:42 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 03:58:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ceccc64
x11-libs/pixman: Stabilize 0.44.2 hppa, #946117
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/pixman/pixman-0.44.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/pixman/pixman-0.44.2.ebuild
b/x11-libs/pixman/pixman-0.44.2.ebuild
index 7dbb4e17df15..08434b2ec366 100644
--- a/x11-libs/pixman/pixman-0.44.2.ebuild
+++ b/x11-libs/pixman/pixman-0.44.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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