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 88D5B138334 for ; Sun, 17 Feb 2019 15:56:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B9FCE0897; Sun, 17 Feb 2019 15:56:31 +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 77B56E0897 for ; Sun, 17 Feb 2019 15:56:31 +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 3F4F3335D45 for ; Sun, 17 Feb 2019 15:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCF3A543 for ; Sun, 17 Feb 2019 15:56:28 +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: <1550418977.a583dcecd6cebedf4f99598b45ee287e24ed4d6d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild X-VCS-Directories: gnome-base/gnome-core-libs/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a583dcecd6cebedf4f99598b45ee287e24ed4d6d X-VCS-Branch: master Date: Sun, 17 Feb 2019 15:56:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a811f05-df07-453d-a377-06816e5cfce7 X-Archives-Hash: eddbe656c4d82bdc6f549e366c6d4c7a commit: a583dcecd6cebedf4f99598b45ee287e24ed4d6d Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 17 15:55:48 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 17 15:56:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a583dcec gnome-base/gnome-core-libs: Add ~arm keyword wrt bug #673156 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="~arm" gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild index a0248826260..f16a1f315c2 100644 --- a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild +++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ IUSE="cups python" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" # Note to developers: # This is a wrapper for the core libraries used by GNOME 3