diff options
author | Sam James <sam@gentoo.org> | 2021-02-03 03:12:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-03 03:12:30 +0000 |
commit | 7600673e359ac7d87a6a69931266b04c1672837a (patch) | |
tree | 31fff1ea8e86375681b91d47c4e1df91e5a559bd /media-gfx/gmic | |
parent | media-libs/libavif: Stabilize 0.8.4 amd64, #768393 (diff) | |
download | gentoo-7600673e359ac7d87a6a69931266b04c1672837a.tar.gz gentoo-7600673e359ac7d87a6a69931266b04c1672837a.tar.bz2 gentoo-7600673e359ac7d87a6a69931266b04c1672837a.zip |
media-gfx/gmic: Stabilize 2.9.4 amd64, #768393
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/gmic')
-rw-r--r-- | media-gfx/gmic/gmic-2.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gmic/gmic-2.9.4.ebuild b/media-gfx/gmic/gmic-2.9.4.ebuild index 4af6d1c63fa1..c87b31713bd5 100644 --- a/media-gfx/gmic/gmic-2.9.4.ebuild +++ b/media-gfx/gmic/gmic-2.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi DESCRIPTION="GREYC's Magic Image Converter" |