diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-04 14:56:11 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-08 00:44:06 -0400 |
commit | 0840e049dfadf50dc98e6f67ced24122b5f34508 (patch) | |
tree | ea4301b8d71873f6d9c7ae0a12d800ca11359985 /x11-wm/marco | |
parent | x11-wm/marco: Fix intermittent dodoc failure (diff) | |
download | gentoo-0840e049dfadf50dc98e6f67ced24122b5f34508.tar.gz gentoo-0840e049dfadf50dc98e6f67ced24122b5f34508.tar.bz2 gentoo-0840e049dfadf50dc98e6f67ced24122b5f34508.zip |
x11-wm/marco: Stabilize 1.22.4-r2 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 'x11-wm/marco')
-rw-r--r-- | x11-wm/marco/marco-1.22.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/marco/marco-1.22.4-r2.ebuild b/x11-wm/marco/marco-1.22.4-r2.ebuild index ab3fe87d12e7..6d548e2a562d 100644 --- a/x11-wm/marco/marco-1.22.4-r2.ebuild +++ b/x11-wm/marco/marco-1.22.4-r2.ebuild @@ -8,7 +8,7 @@ MATE2_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="MATE default window manager" |