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 631021396D0 for ; Thu, 7 Sep 2017 19:28:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 428891FC06A; Thu, 7 Sep 2017 19:28:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 236931FC06A for ; Thu, 7 Sep 2017 19:28:11 +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 27F6D33BE61 for ; Thu, 7 Sep 2017 19:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B8418F23 for ; Thu, 7 Sep 2017 19:28:07 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1504812400.39ed22c6eac5f8f5bb9fe3b31178600823fb7087.maekke@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.4.0-r1.ebuild X-VCS-Directories: app-i18n/libchewing/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 39ed22c6eac5f8f5bb9fe3b31178600823fb7087 X-VCS-Branch: master Date: Thu, 7 Sep 2017 19:28:07 +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: eb6ed029-0c6b-4955-a30e-e782835ec322 X-Archives-Hash: a60768a27c848d3cc45048401f56bf56 commit: 39ed22c6eac5f8f5bb9fe3b31178600823fb7087 Author: Markus Meier gentoo org> AuthorDate: Thu Sep 7 19:26:40 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Sep 7 19:26:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ed22c6 app-i18n/libchewing: add ~arm64, bug #628030 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64" app-i18n/libchewing/libchewing-0.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild index 6f3fb5790d7..9acdf364844 100644 --- a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild +++ b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN/lib}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~x86" IUSE="static-libs test" REQUIRED_USE="test? ( static-libs )"