diff options
Diffstat (limited to 'mate-base/mate-common')
-rw-r--r-- | mate-base/mate-common/mate-common-1.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-base/mate-common/mate-common-1.12.0.ebuild b/mate-base/mate-common/mate-common-1.12.0.ebuild index b4b677d6aba9..d7a3bb8501b1 100644 --- a/mate-base/mate-common/mate-common-1.12.0.ebuild +++ b/mate-base/mate-common/mate-common-1.12.0.ebuild @@ -9,7 +9,7 @@ inherit mate-desktop.org if [[ ${PV} == 9999 ]]; then inherit autotools else - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" fi DESCRIPTION="Common files for development of MATE packages" |