From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A68CF139084 for ; Thu, 21 Dec 2017 21:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBC80E0F33; Thu, 21 Dec 2017 21:16:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B65E9E0F33 for ; Thu, 21 Dec 2017 21:16:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51A2D33FE60 for ; Thu, 21 Dec 2017 21:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DACC3AEA4 for ; Thu, 21 Dec 2017 21:16:03 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1513890897.0b6cd7f35ba38d89703d2473fb1b837157b1f15d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild X-VCS-Directories: x11-themes/mate-icon-theme/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0b6cd7f35ba38d89703d2473fb1b837157b1f15d X-VCS-Branch: master Date: Thu, 21 Dec 2017 21:16:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82b0c257-209a-40ea-b4fd-060bc1844144 X-Archives-Hash: 98d85bac3ab9f8a27a032bf1dd8cb49a commit: 0b6cd7f35ba38d89703d2473fb1b837157b1f15d Author: Roy Bamford gentoo org> AuthorDate: Sun Sep 10 12:08:00 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 21 21:14:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6cd7f3 x11-themes/mate-icon-theme: added ~arm64 keyword. Package-Manager: Portage-2.3.8, Repoman-2.3.3 x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild index 1e10653efdf..4d995620ed4 100644 --- a/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild +++ b/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="MATE default icon themes"