From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-884573-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 7428E13829C
	for <garchives@archives.gentoo.org>; Mon, 30 May 2016 19:19:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 53157254053;
	Mon, 30 May 2016 19:19:10 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CB4BF254053
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2016 19:19:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4B738340C53
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2016 19:18:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D83A6233A
	for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2016 19:18:53 +0000 (UTC)
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org>
Message-ID: <1464635873.1b58769a1b0a06a0ca492224e3ca51ff2fd410f9.zlogene@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mate-base/mate/mate-1.10.0-r2.ebuild
X-VCS-Directories: mate-base/mate/
X-VCS-Committer: zlogene
X-VCS-Committer-Name: Mikle Kolyada
X-VCS-Revision: 1b58769a1b0a06a0ca492224e3ca51ff2fd410f9
X-VCS-Branch: master
Date: Mon, 30 May 2016 19:18:53 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 94a03cd7-075e-461e-a07f-3ac881d034e1
X-Archives-Hash: 959c6bea176d54d008c5c62dab46bc39

commit:     1b58769a1b0a06a0ca492224e3ca51ff2fd410f9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 19:16:37 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 30 19:17:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b58769a

mate-base/mate: Add ~arm keyword wrt bug #508072

Package-Manager: portage-2.2.28

 mate-base/mate/mate-1.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.10.0-r2.ebuild b/mate-base/mate/mate-1.10.0-r2.ebuild
index 930c145..c059fa7 100644
--- a/mate-base/mate/mate-1.10.0-r2.ebuild
+++ b/mate-base/mate/mate-1.10.0-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://mate-desktop.org"
 LICENSE="metapackage"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+base -bluetooth +notification +themes +extras"
 
 S="${WORKDIR}"