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 5C1DA1382C5 for ; Sat, 28 Apr 2018 07:21:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91749E097D; Sat, 28 Apr 2018 07:21:30 +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 69F77E097D for ; Sat, 28 Apr 2018 07:21:30 +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 E38EF335C87 for ; Sat, 28 Apr 2018 07:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A864272 for ; Sat, 28 Apr 2018 07:21:27 +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: <1524900078.75664742d2488bbba51b049cec560f3387b4f208.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libchewing/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libchewing/libchewing-0.5.1.ebuild X-VCS-Directories: app-i18n/libchewing/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 75664742d2488bbba51b049cec560f3387b4f208 X-VCS-Branch: master Date: Sat, 28 Apr 2018 07:21:27 +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: 107cfbbd-90cf-4163-a378-e0acf82e5c54 X-Archives-Hash: a2383948937a17ba9cacc7ab1e8ce1e6 commit: 75664742d2488bbba51b049cec560f3387b4f208 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 28 07:21:18 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 28 07:21:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75664742 app-i18n/libchewing: add ~arm keyword (bug #628030) Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-i18n/libchewing/libchewing-0.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild b/app-i18n/libchewing/libchewing-0.5.1.ebuild index af3a7f15e63..1d3529dc744 100644 --- a/app-i18n/libchewing/libchewing-0.5.1.ebuild +++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -19,7 +19,7 @@ fi LICENSE="LGPL-2.1" SLOT="0/3" -KEYWORDS="amd64 ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" IUSE="static-libs test" RDEPEND="dev-db/sqlite:3"