diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-24 00:13:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-24 00:13:49 +0200 |
commit | 9fe5b31f9e007098a56d2635dc44b9c859456450 (patch) | |
tree | b3153cdc2df60936de7b2cc2a63fe61ef133a1fe /media-gfx | |
parent | media-sound/rosegarden: x86 stable wrt bug #809161 (diff) | |
download | gentoo-9fe5b31f9e007098a56d2635dc44b9c859456450.tar.gz gentoo-9fe5b31f9e007098a56d2635dc44b9c859456450.tar.bz2 gentoo-9fe5b31f9e007098a56d2635dc44b9c859456450.zip |
media-gfx/gmic: x86 stable wrt bug #809233
Package-Manager: Portage-3.0.20, 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.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gmic/gmic-2.9.8.ebuild b/media-gfx/gmic/gmic-2.9.8.ebuild index d29f30e5e8b3..5e85c6f688ac 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" |