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 1FDB6139083 for ; Mon, 11 Dec 2017 06:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34BBDE1034; Mon, 11 Dec 2017 06:06:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1126AE1034 for ; Mon, 11 Dec 2017 06:06:39 +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 5DB4A33BF05 for ; Mon, 11 Dec 2017 06:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F739AE7B for ; Mon, 11 Dec 2017 06:06:37 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1512972386.0df0d32914d2e29749923eebd2a10755d63528d9.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout-prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild X-VCS-Directories: sys-apps/baselayout-prefix/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 0df0d32914d2e29749923eebd2a10755d63528d9 X-VCS-Branch: master Date: Mon, 11 Dec 2017 06:06:37 +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: 45b10f4b-0758-4f25-a56d-e100d15671db X-Archives-Hash: 546a925c6a0b938bc410f443c5a57f31 commit: 0df0d32914d2e29749923eebd2a10755d63528d9 Author: Benda Xu gentoo org> AuthorDate: Sun Dec 10 11:01:59 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Dec 11 06:06:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df0d329 sys-apps/baselayout-prefix: keyword ~arm64 For bootstrap on 64 bit android phones. Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild index 9f59ae36b38..5706fd59a8a 100644 --- a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild +++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~arm ~arm64 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" RDEPEND="sys-apps/gentoo-functions" DEPEND="${RDEPEND}"