diff options
author | Sam James <sam@gentoo.org> | 2024-02-15 23:50:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-15 23:50:35 +0000 |
commit | f84e3c88128fe2f2efe72cd1ab9f0cfa93f08599 (patch) | |
tree | f3c87cd132aa7fe058b844b78335e862725b7113 /x11-libs | |
parent | sys-boot/grub: Stabilize 2.12-r1 amd64, #922889 (diff) | |
download | gentoo-f84e3c88128fe2f2efe72cd1ab9f0cfa93f08599.tar.gz gentoo-f84e3c88128fe2f2efe72cd1ab9f0cfa93f08599.tar.bz2 gentoo-f84e3c88128fe2f2efe72cd1ab9f0cfa93f08599.zip |
x11-libs/pixman: Stabilize 0.43.2 arm, #924658
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pixman/pixman-0.43.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pixman/pixman-0.43.2.ebuild b/x11-libs/pixman/pixman-0.43.2.ebuild index 32f4dabe91df..78412777c7df 100644 --- a/x11-libs/pixman/pixman-0.43.2.ebuild +++ b/x11-libs/pixman/pixman-0.43.2.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 |