From 9d92926380b6511e44511017945d7bc8ae62a9ce Mon Sep 17 00:00:00 2001 From: Markus Meier Date: Sat, 25 Feb 2017 08:52:45 +0100 Subject: sys-libs/libcxxrt: add ~arm64, bug #591822 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64" --- sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild index a40029040a0f..da49ff8c8dfd 100644 --- a/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild +++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,9 +22,9 @@ fi LICENSE="BSD-2" SLOT="0" if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" else - KEYWORDS="" + KEYWORDS="~arm64" fi IUSE="libunwind +static-libs" -- cgit v1.2.3-65-gdbad