diff options
author | Markus Meier <maekke@gentoo.org> | 2017-02-25 08:52:45 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-02-25 08:52:45 +0100 |
commit | 9d92926380b6511e44511017945d7bc8ae62a9ce (patch) | |
tree | 51a03f951f78feee2265a158725cdc16e361b4c4 /sys-libs/libcxxrt | |
parent | sys-libs/libcxxabi: add ~arm64, bug #591822 (diff) | |
download | gentoo-9d92926380b6511e44511017945d7bc8ae62a9ce.tar.gz gentoo-9d92926380b6511e44511017945d7bc8ae62a9ce.tar.bz2 gentoo-9d92926380b6511e44511017945d7bc8ae62a9ce.zip |
sys-libs/libcxxrt: add ~arm64, bug #591822
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-libs/libcxxrt')
-rw-r--r-- | sys-libs/libcxxrt/libcxxrt-0.0_p20160922.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |