Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxrt/
Date: Sun, 02 Dec 2018 12:53:43
Message-Id: 1543755201.615a728ba9743dc45eb89cdd9c42c6894578571b.zlogene@gentoo
1 commit: 615a728ba9743dc45eb89cdd9c42c6894578571b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 12:49:38 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 12:53:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615a728b
7
8 sys-libs/libcxxrt: Add ~arm keyword wrt bug #595834
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-libs/libcxxrt/libcxxrt-0.0_p20180311.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20180311.ebuild b/sys-libs/libcxxrt/libcxxrt-0.0_p20180311.ebuild
17 index 9d7cbbce604..610a1caceb7 100644
18 --- a/sys-libs/libcxxrt/libcxxrt-0.0_p20180311.ebuild
19 +++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20180311.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -21,9 +21,9 @@ fi
27 LICENSE="BSD-2"
28 SLOT="0"
29 if [ "${PV%9999}" = "${PV}" ] ; then
30 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
31 + KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
32 else
33 - KEYWORDS=""
34 + KEYWORDS="~arm"
35 fi
36 IUSE="+libunwind +static-libs test"