diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 04:41:04 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 04:55:49 -0800 |
commit | 6730a1e2e52536bec0bb229b46e5b0e8e4ba3f8c (patch) | |
tree | e45a435d28bee6a02e01f671cfd56c7e9792c601 /media-gfx/gmic | |
parent | dev-libs/libinput: Keyword 1.19.3 for ~m68k (diff) | |
download | gentoo-6730a1e2e52536bec0bb229b46e5b0e8e4ba3f8c.tar.gz gentoo-6730a1e2e52536bec0bb229b46e5b0e8e4ba3f8c.tar.bz2 gentoo-6730a1e2e52536bec0bb229b46e5b0e8e4ba3f8c.zip |
media-gfx/gmic: keyword 3.0.0 for ~ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'media-gfx/gmic')
-rw-r--r-- | media-gfx/gmic/gmic-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gmic/gmic-3.0.0.ebuild b/media-gfx/gmic/gmic-3.0.0.ebuild index d9f626bbeb07..f8eead423554 100644 --- a/media-gfx/gmic/gmic-3.0.0.ebuild +++ b/media-gfx/gmic/gmic-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi DESCRIPTION="GREYC's Magic Image Converter" |