diff options
author | Markus Meier <maekke@gentoo.org> | 2017-02-25 08:53:33 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-02-25 08:53:33 +0100 |
commit | 477b3d4142f3739e9eaa8e9d2f02ca01832903a7 (patch) | |
tree | 126402de9cc884b64578c619212ea7496af1cc96 /sys-libs | |
parent | sys-libs/libomp: add ~arm64, bug #591822 (diff) | |
download | gentoo-477b3d4142f3739e9eaa8e9d2f02ca01832903a7.tar.gz gentoo-477b3d4142f3739e9eaa8e9d2f02ca01832903a7.tar.bz2 gentoo-477b3d4142f3739e9eaa8e9d2f02ca01832903a7.zip |
sys-libs/llvm-libunwind: add ~arm64, bug #591822
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild index bab15d824ab7..2a05271c7d68 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="debug +static-libs" RDEPEND="!sys-libs/libunwind" |