diff options
author | 2024-02-15 21:14:27 +0000 | |
---|---|---|
committer | 2024-02-15 21:14:27 +0000 | |
commit | ecde6beac2329c3bff601a6bda0f398dd4c3e7c2 (patch) | |
tree | d550a1474617e2dfb3074753f73597babdefbfaa /x11-libs | |
parent | dev-libs/libsodium: add 1.0.19_p20240117 (diff) | |
download | gentoo-ecde6beac2329c3bff601a6bda0f398dd4c3e7c2.tar.gz gentoo-ecde6beac2329c3bff601a6bda0f398dd4c3e7c2.tar.bz2 gentoo-ecde6beac2329c3bff601a6bda0f398dd4c3e7c2.zip |
x11-libs/pixman: Stabilize 0.43.2 sparc, #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 7f0346107fcc..cfc8301b4054 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 |