diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-09 19:20:31 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-09 19:20:31 +0000 |
commit | 18c3fef9dd00186e5298ef0dae2be0ca8aee37b3 (patch) | |
tree | 2225b364920a5e67c3de1e9586ccf503c5602144 /x11-libs/pixman | |
parent | x11-apps/xrandr: Stabilize 1.5.3 amd64, #946115 (diff) | |
download | gentoo-18c3fef9dd00186e5298ef0dae2be0ca8aee37b3.tar.gz gentoo-18c3fef9dd00186e5298ef0dae2be0ca8aee37b3.tar.bz2 gentoo-18c3fef9dd00186e5298ef0dae2be0ca8aee37b3.zip |
x11-libs/pixman: Stabilize 0.44.2 amd64, #946117
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r-- | x11-libs/pixman/pixman-0.44.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pixman/pixman-0.44.2.ebuild b/x11-libs/pixman/pixman-0.44.2.ebuild index a5a87dce2a87..93d314369ccb 100644 --- a/x11-libs/pixman/pixman-0.44.2.ebuild +++ b/x11-libs/pixman/pixman-0.44.2.ebuild @@ -14,7 +14,7 @@ inherit ${GIT_ECLASS} meson-multilib multiprocessing toolchain-funcs 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 ~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 ~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 |