diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-25 21:28:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-25 21:28:30 +0300 |
commit | 530e0ace5992df859f04212a2a65f3a4ac15a452 (patch) | |
tree | 50f33e893a079300e378bac60f05bb5457b7251b /media-gfx/pngquant | |
parent | app-text/wgetpaste: Stabilize 2.34 ALLARCHES, #932592 (diff) | |
download | gentoo-530e0ace5992df859f04212a2a65f3a4ac15a452.tar.gz gentoo-530e0ace5992df859f04212a2a65f3a4ac15a452.tar.bz2 gentoo-530e0ace5992df859f04212a2a65f3a4ac15a452.zip |
media-gfx/pngquant: Stabilize 2.18.0 x86, #932594
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx/pngquant')
-rw-r--r-- | media-gfx/pngquant/pngquant-2.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/pngquant/pngquant-2.18.0.ebuild b/media-gfx/pngquant/pngquant-2.18.0.ebuild index ae8a0c8e0e3b..e65eb9145c51 100644 --- a/media-gfx/pngquant/pngquant-2.18.0.ebuild +++ b/media-gfx/pngquant/pngquant-2.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/kornelski/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 HPND rwpng" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" IUSE="cpu_flags_x86_sse2 debug lcms openmp test" REQUIRED_USE="test? ( lcms )" |