Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout-prefix/
Date: Mon, 11 Dec 2017 06:06:42
Message-Id: 1512972386.0df0d32914d2e29749923eebd2a10755d63528d9.heroxbd@gentoo
1 commit: 0df0d32914d2e29749923eebd2a10755d63528d9
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 11:01:59 2017 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 06:06:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df0d329
7
8 sys-apps/baselayout-prefix: keyword ~arm64
9
10 For bootstrap on 64 bit android phones.
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild
18 index 9f59ae36b38..5706fd59a8a 100644
19 --- a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild
20 +++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -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"
26 +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"
27
28 RDEPEND="sys-apps/gentoo-functions"
29 DEPEND="${RDEPEND}"