Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gmic/
Date: Sun, 02 Jan 2022 12:58:40
Message-Id: 1641128149.6730a1e2e52536bec0bb229b46e5b0e8e4ba3f8c.gyakovlev@gentoo
1 commit: 6730a1e2e52536bec0bb229b46e5b0e8e4ba3f8c
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 12:41:04 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 12:55:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6730a1e2
7
8 media-gfx/gmic: keyword 3.0.0 for ~ppc64
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 media-gfx/gmic/gmic-3.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/gmic/gmic-3.0.0.ebuild b/media-gfx/gmic/gmic-3.0.0.ebuild
16 index d9f626bbeb07..f8eead423554 100644
17 --- a/media-gfx/gmic/gmic-3.0.0.ebuild
18 +++ b/media-gfx/gmic/gmic-3.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]]; then
26 inherit git-r3
27 else
28 SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
30 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
31 fi
32
33 DESCRIPTION="GREYC's Magic Image Converter"