diff options
author | 2024-12-08 18:54:43 +0000 | |
---|---|---|
committer | 2024-12-08 18:58:04 +0000 | |
commit | 15281a6eb60dd05569ffbb4a5f4175f75ff91a7b (patch) | |
tree | 7f80e9b1b1e95a561182b4cc6c9948b339d3473f /x11-libs | |
parent | x11-libs/pixman: Stabilize 0.44.2 arm, #946117 (diff) | |
download | gentoo-15281a6eb60dd05569ffbb4a5f4175f75ff91a7b.tar.gz gentoo-15281a6eb60dd05569ffbb4a5f4175f75ff91a7b.tar.bz2 gentoo-15281a6eb60dd05569ffbb4a5f4175f75ff91a7b.zip |
x11-libs/pixman: Stabilize 0.44.2 ppc, #946117
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pixman/pixman-0.44.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pixman/pixman-0.44.2.ebuild b/x11-libs/pixman/pixman-0.44.2.ebuild index 2c61f3b2abf0..40e9ee906b3c 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 |