diff options
author | 2016-10-13 23:34:19 +0200 | |
---|---|---|
committer | 2016-10-14 22:57:17 -0400 | |
commit | 0cf9d6de2da3b44a20f79d49c05193f351f8702e (patch) | |
tree | 326a7017c769c21c512581a8ed3b7b274be3e33a /mate-base | |
parent | mate-base/mate-applets: Prevent use of cpupower >=4.7, #593470 (diff) | |
download | gentoo-0cf9d6de2da3b44a20f79d49c05193f351f8702e.tar.gz gentoo-0cf9d6de2da3b44a20f79d49c05193f351f8702e.tar.bz2 gentoo-0cf9d6de2da3b44a20f79d49c05193f351f8702e.zip |
mate-base/mate-common: Stable on amd64 keyword wrt #596998
Package-Manager: portage-2.3.1
Diffstat (limited to 'mate-base')
-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 43f092f58880..b4b677d6aba9 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" |