diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-10 01:25:00 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-10 01:52:18 +0200 |
commit | ac1fa89969b80b7bf6814eccfefb90a8de0785f0 (patch) | |
tree | ea11f4ce8682aba8f323c679db3ce3c733f5d876 /mate-base | |
parent | mate-base/mate-applets-meta: x86 stable (bug #625838) (diff) | |
download | gentoo-ac1fa89969b80b7bf6814eccfefb90a8de0785f0.tar.gz gentoo-ac1fa89969b80b7bf6814eccfefb90a8de0785f0.tar.bz2 gentoo-ac1fa89969b80b7bf6814eccfefb90a8de0785f0.zip |
mate-base/mate-common: x86 stable (bug #625838)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-common/mate-common-1.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-base/mate-common/mate-common-1.18.0.ebuild b/mate-base/mate-common/mate-common-1.18.0.ebuild index fe871ee2052c..4540b83d5bfd 100644 --- a/mate-base/mate-common/mate-common-1.18.0.ebuild +++ b/mate-base/mate-common/mate-common-1.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |