diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 01:07:44 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-18 01:14:02 +0300 |
commit | 1a37b333c1d4fd8b71ee8e3bdb9fa5bd9a0253cb (patch) | |
tree | 5bb0b77ee91f85011b87e3577d66ba8601f092d3 /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: amd64 stable wrt bug #644814 (diff) | |
download | gentoo-1a37b333c1d4fd8b71ee8e3bdb9fa5bd9a0253cb.tar.gz gentoo-1a37b333c1d4fd8b71ee8e3bdb9fa5bd9a0253cb.tar.bz2 gentoo-1a37b333c1d4fd8b71ee8e3bdb9fa5bd9a0253cb.zip |
sys-libs/llvm-libunwind: amd64 stable wrt bug #644814
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-5.0.1.ebuild index a85458427d14..46dcf6b21a59 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/libunwind-${PV/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="debug +static-libs" RDEPEND="!sys-libs/libunwind" |