diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-08 00:11:12 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-08 00:44:18 -0400 |
commit | 360c5f3286f1bd9b5f557d6b54607d4e4180bcd1 (patch) | |
tree | bdf0ff0b6f045f3e91fb4717d4d4794696c4385b /media-gfx | |
parent | app-arch/engrampa: Drop old (diff) | |
download | gentoo-360c5f3286f1bd9b5f557d6b54607d4e4180bcd1.tar.gz gentoo-360c5f3286f1bd9b5f557d6b54607d4e4180bcd1.tar.bz2 gentoo-360c5f3286f1bd9b5f557d6b54607d4e4180bcd1.zip |
media-gfx/eom: Stabilize 1.22.2 for amd64,x86
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/eom/eom-1.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/eom/eom-1.22.2.ebuild b/media-gfx/eom/eom-1.22.2.ebuild index cd0a1d6937c3..42ba95e06f2c 100644 --- a/media-gfx/eom/eom-1.22.2.ebuild +++ b/media-gfx/eom/eom-1.22.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="The MATE image viewer" |