diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-09 19:25:16 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-06-30 18:41:26 -0400 |
commit | 39d2ab3e93166bdfb7c44ccc3330baac06142ddb (patch) | |
tree | b88c6d3e052ed3d72f4e871aa916d93a17060bba /media-gfx/eom | |
parent | app-arch/engrampa: Drop old (diff) | |
download | gentoo-39d2ab3e93166bdfb7c44ccc3330baac06142ddb.tar.gz gentoo-39d2ab3e93166bdfb7c44ccc3330baac06142ddb.tar.bz2 gentoo-39d2ab3e93166bdfb7c44ccc3330baac06142ddb.zip |
media-gfx/eom: Stabilize 1.24.1 for amd64,x86
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'media-gfx/eom')
-rw-r--r-- | media-gfx/eom/eom-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/eom/eom-1.24.1.ebuild b/media-gfx/eom/eom-1.24.1.ebuild index c7ad21aa5f6f..2b3913815ccf 100644 --- a/media-gfx/eom/eom-1.24.1.ebuild +++ b/media-gfx/eom/eom-1.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |