diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-02-04 09:12:29 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-02-04 09:12:29 +0100 |
commit | 99ae85072be2da8a6d1c3fd81b2a3a1ecda8cd28 (patch) | |
tree | 0738c03a65387cd49ba8f64198925fb75109a2f9 /media-gfx | |
parent | net-misc/axel: Stabilize 2.17.10 sparc, #768585 (diff) | |
download | gentoo-99ae85072be2da8a6d1c3fd81b2a3a1ecda8cd28.tar.gz gentoo-99ae85072be2da8a6d1c3fd81b2a3a1ecda8cd28.tar.bz2 gentoo-99ae85072be2da8a6d1c3fd81b2a3a1ecda8cd28.zip |
media-gfx/gmic: x86 stable wrt bug #768393
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-gfx')
-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 c87b31713bd5..0c669de12cc1 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" |