diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-04 12:23:58 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-05-08 00:44:00 -0400 |
commit | 66af3c2ad3ad32c95eeb76411586e3d73c15abd3 (patch) | |
tree | 8cfb93ddac371f5c4d794170cead4fef0d384576 /mate-base | |
parent | dev-vcs/git-tools: bump (diff) | |
download | gentoo-66af3c2ad3ad32c95eeb76411586e3d73c15abd3.tar.gz gentoo-66af3c2ad3ad32c95eeb76411586e3d73c15abd3.tar.bz2 gentoo-66af3c2ad3ad32c95eeb76411586e3d73c15abd3.zip |
mate-base/mate-common: 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 'mate-base')
-rw-r--r-- | mate-base/mate-common/mate-common-1.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-base/mate-common/mate-common-1.22.2.ebuild b/mate-base/mate-common/mate-common-1.22.2.ebuild index 6c83b6fdcda7..2c3030de0d38 100644 --- a/mate-base/mate-common/mate-common-1.22.2.ebuild +++ b/mate-base/mate-common/mate-common-1.22.2.ebuild @@ -8,7 +8,7 @@ inherit mate-desktop.org if [[ ${PV} == 9999 ]]; then inherit autotools else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Common files for development of MATE packages" |