commit: f77f0ef95af21b40a14cdad760ba403c2008cb23
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 00:37:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 00:39:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77f0ef9
media-gfx/gmic: Stabilize 2.9.8 arm64, #809233
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/gmic/gmic-2.9.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/gmic/gmic-2.9.8.ebuild b/media-gfx/gmic/gmic-2.9.8.ebuild
index c225ea989d7..d29f30e5e8b 100644
--- a/media-gfx/gmic/gmic-2.9.8.ebuild
+++ b/media-gfx/gmic/gmic-2.9.8.ebuild
@@ -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"