diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-02-29 22:54:11 -0500 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-03-01 09:18:00 +0200 |
commit | 21c1280983517c015d9a369f7ce447fe09903802 (patch) | |
tree | 2c44e9ef2c0e520ea51f729e385e8f7d6ef9a502 /x11-libs/pixman | |
parent | app-admin/rsyslog: Stabilize 8.2312.0 arm, #924187 (diff) | |
download | gentoo-21c1280983517c015d9a369f7ce447fe09903802.tar.gz gentoo-21c1280983517c015d9a369f7ce447fe09903802.tar.bz2 gentoo-21c1280983517c015d9a369f7ce447fe09903802.zip |
x11-libs/pixman: Stabilize 0.43.2 ppc64, #924658
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'x11-libs/pixman')
-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 78412777c7df..f0c6abef2805 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 |