diff options
author | Sam James <sam@gentoo.org> | 2024-04-03 06:00:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-03 06:00:27 +0100 |
commit | 650b7d239d8a6ae82e9e1b6a896baf89c665f97e (patch) | |
tree | 52bb576e4dcb8294cce05bd3baf7b0095156d47d /x11-libs | |
parent | x11-libs/pixman: Stabilize 0.43.4 sparc, #928441 (diff) | |
download | gentoo-650b7d239d8a6ae82e9e1b6a896baf89c665f97e.tar.gz gentoo-650b7d239d8a6ae82e9e1b6a896baf89c665f97e.tar.bz2 gentoo-650b7d239d8a6ae82e9e1b6a896baf89c665f97e.zip |
x11-libs/pixman: Stabilize 0.43.4 arm64, #928441
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pixman/pixman-0.43.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pixman/pixman-0.43.4.ebuild b/x11-libs/pixman/pixman-0.43.4.ebuild index cf2825b3d5a6..563b532ba36d 100644 --- a/x11-libs/pixman/pixman-0.43.4.ebuild +++ b/x11-libs/pixman/pixman-0.43.4.ebuild @@ -14,7 +14,7 @@ inherit ${GIT_ECLASS} flag-o-matic 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 ~ia64 ~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 ~ia64 ~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 |