Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngquant/
Date: Thu, 16 Sep 2021 12:32:37
Message-Id: 1631795538.d38ac8ac1c022235508e5ca3b23e434a93d385bc.marecki@gentoo
1 commit: d38ac8ac1c022235508e5ca3b23e434a93d385bc
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 09:35:51 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 12:32:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38ac8ac
7
8 media-gfx/pngquant: keyword 2.12.6 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 media-gfx/pngquant/pngquant-2.12.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/pngquant/pngquant-2.12.6.ebuild b/media-gfx/pngquant/pngquant-2.12.6.ebuild
16 index c80fb8d347d..ded2693e8e4 100644
17 --- a/media-gfx/pngquant/pngquant-2.12.6.ebuild
18 +++ b/media-gfx/pngquant/pngquant-2.12.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/kornelski/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-3 HPND rwpng"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
30 +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
31
32 IUSE="cpu_flags_x86_sse2 debug lcms openmp test"
33 REQUIRED_USE="test? ( lcms )"