diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-15 20:26:06 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-15 20:26:06 +0100 |
commit | 38aa4ee3eea17fed9206d439122a54e42f8c6974 (patch) | |
tree | b502f3226d1e68f88de1327b5986aca26ed6140f /x11-libs | |
parent | net-dns/avahi: add 0.9_rc1 (diff) | |
download | gentoo-38aa4ee3eea17fed9206d439122a54e42f8c6974.tar.gz gentoo-38aa4ee3eea17fed9206d439122a54e42f8c6974.tar.bz2 gentoo-38aa4ee3eea17fed9206d439122a54e42f8c6974.zip |
x11-libs/pixman: Stabilize 0.43.2 x86, #924658
Signed-off-by: Jakov Smolić <jsmolic@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 30376551a765..7f0346107fcc 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 |