commit: 5604b1477d6c4ae96ca4b618a6a400012fa93ef2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 22:34:21 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 22:34:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5604b147
media-gfx/gmic: arm64 keyworded (bug #753356)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/gmic/gmic-2.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/gmic/gmic-2.9.2.ebuild b/media-gfx/gmic/gmic-2.9.2.ebuild
index 51708f537aa..f92fe125726 100644
--- a/media-gfx/gmic/gmic-2.9.2.ebuild
+++ b/media-gfx/gmic/gmic-2.9.2.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 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
DESCRIPTION="GREYC's Magic Image Converter"