diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-21 06:49:13 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-21 06:49:13 +0200 |
commit | a117fd1bd2c653cb8e25973cb8c72e9f338ae607 (patch) | |
tree | 43cbc0f4e9cf27e6574bac56a91d4ac347f059ce /media-gfx/gmic | |
parent | media-sound/rosegarden: amd64 stable wrt bug #809161 (diff) | |
download | gentoo-a117fd1bd2c653cb8e25973cb8c72e9f338ae607.tar.gz gentoo-a117fd1bd2c653cb8e25973cb8c72e9f338ae607.tar.bz2 gentoo-a117fd1bd2c653cb8e25973cb8c72e9f338ae607.zip |
media-gfx/gmic: amd64 stable wrt bug #809233
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-gfx/gmic')
-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 20cad100504d..c225ea989d79 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" |