Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngquant/
Date: Tue, 06 Oct 2020 04:37:43
Message-Id: 1601958972.3dd6ccf5a12df6adae8bb5326a828a1dd77b54b1.sam@gentoo
1 commit: 3dd6ccf5a12df6adae8bb5326a828a1dd77b54b1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 04:36:12 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 04:36:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd6ccf5
7
8 media-gfx/pngquant: Stabilize 2.12.6 arm64, #718926
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/pngquant/pngquant-2.12.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/pngquant/pngquant-2.12.6.ebuild b/media-gfx/pngquant/pngquant-2.12.6.ebuild
16 index 87e336dddab..c80fb8d347d 100644
17 --- a/media-gfx/pngquant/pngquant-2.12.6.ebuild
18 +++ b/media-gfx/pngquant/pngquant-2.12.6.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/kornelski/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="GPL-3 HPND rwpng"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
24 +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
25
26 IUSE="cpu_flags_x86_sse2 debug lcms openmp test"
27 REQUIRED_USE="test? ( lcms )"