Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxrt/
Date: Sat, 25 Feb 2017 07:54:18
Message-Id: 1488009165.9d92926380b6511e44511017945d7bc8ae62a9ce.maekke@gentoo
1 commit: 9d92926380b6511e44511017945d7bc8ae62a9ce
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 07:52:45 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 07:52:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d929263
7
8 sys-libs/libcxxrt: add ~arm64, bug #591822
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm64"
12
13 sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
17 index a40029040a..da49ff8c8d 100644
18 --- a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
19 +++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -22,9 +22,9 @@ fi
27 LICENSE="BSD-2"
28 SLOT="0"
29 if [ "${PV%9999}" = "${PV}" ] ; then
30 - KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
31 + KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
32 else
33 - KEYWORDS=""
34 + KEYWORDS="~arm64"
35 fi
36 IUSE="libunwind +static-libs"