diff options
author | Sam James <sam@gentoo.org> | 2021-02-15 06:04:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 06:04:57 +0000 |
commit | 8dbcf0ce43ad91ebeba378175a0fcd8edb78b1a1 (patch) | |
tree | 74fc5c9217ef9454eac542066506e37604a7b340 | |
parent | media-gfx/graphicsmagick: Stabilize 1.3.36 arm64, #768393 (diff) | |
download | gentoo-8dbcf0ce43ad91ebeba378175a0fcd8edb78b1a1.tar.gz gentoo-8dbcf0ce43ad91ebeba378175a0fcd8edb78b1a1.tar.bz2 gentoo-8dbcf0ce43ad91ebeba378175a0fcd8edb78b1a1.zip |
media-gfx/gmic: Stabilize 2.9.4 arm64, #768393
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-gfx/gmic/gmic-2.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gmic/gmic-2.9.4.ebuild b/media-gfx/gmic/gmic-2.9.4.ebuild index 0c669de12cc1..09772f17dece 100644 --- a/media-gfx/gmic/gmic-2.9.4.ebuild +++ b/media-gfx/gmic/gmic-2.9.4.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" |