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 15D4B138334 for ; Sun, 18 Nov 2018 09:55:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5D2EE0E43; Sun, 18 Nov 2018 09:55:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9574FE0E43 for ; Sun, 18 Nov 2018 09:55:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1C974335C3D for ; Sun, 18 Nov 2018 09:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1788F45D for ; Sun, 18 Nov 2018 09:55:42 +0000 (UTC) From: "Mikle Kolyada" 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" Message-ID: <1542534865.804af47b51e44bf979b3a92c078ac405f38c048d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild X-VCS-Directories: gnome-base/gnome-core-apps/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 804af47b51e44bf979b3a92c078ac405f38c048d X-VCS-Branch: master Date: Sun, 18 Nov 2018 09:55:42 +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: 1dde5d83-c7b4-4d63-a633-cb8441ef3b1a X-Archives-Hash: eb9ccd20ac5ba70c83bef0ed5980e7a7 commit: 804af47b51e44bf979b3a92c078ac405f38c048d Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 18 09:54:25 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 18 09:54:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804af47b gnome-base/gnome-core-apps: Add ~arm keyword wrt bug #613786 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild index 3822a36e609..27e4af5e410 100644 --- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild +++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86" # Note to developers: # This is a wrapper for the core apps tightly integrated with GNOME 3