diff options
author | Sam James <sam@gentoo.org> | 2021-03-12 15:23:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-12 15:25:06 +0000 |
commit | a79cd13af700023b5a6ac45940aa807078f50215 (patch) | |
tree | 5e44c63c7227777c00e03a748d8b6601eb0bd5ce /media-gfx/gmic | |
parent | app-emulation/protontricks: Stabilize 1.4.3 amd64, #775446 (diff) | |
download | gentoo-a79cd13af700023b5a6ac45940aa807078f50215.tar.gz gentoo-a79cd13af700023b5a6ac45940aa807078f50215.tar.bz2 gentoo-a79cd13af700023b5a6ac45940aa807078f50215.zip |
media-gfx/gmic: Stabilize 2.9.5 amd64, #775449
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/gmic')
-rw-r--r-- | media-gfx/gmic/gmic-2.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gmic/gmic-2.9.5.ebuild b/media-gfx/gmic/gmic-2.9.5.ebuild index 20cad100504d..c225ea989d79 100644 --- a/media-gfx/gmic/gmic-2.9.5.ebuild +++ b/media-gfx/gmic/gmic-2.9.5.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" |