diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-15 17:51:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-15 17:51:13 +0300 |
commit | 64f8a3e04334805d3cd2521479de688a261e740b (patch) | |
tree | 68f06f082decff9e64f0ffa0520db3713a96ce2e /sys-devel | |
parent | sys-process/cronie: amd64 stable wrt bug #685848 (diff) | |
download | gentoo-64f8a3e04334805d3cd2521479de688a261e740b.tar.gz gentoo-64f8a3e04334805d3cd2521479de688a261e740b.tar.bz2 gentoo-64f8a3e04334805d3cd2521479de688a261e740b.zip |
sys-devel/llvm: amd64 stable wrt bug #686028
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-6.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-6.0.1-r2.ebuild b/sys-devel/llvm/llvm-6.0.1-r2.ebuild index 14a3816982e9..f9c0b897dbe3 100644 --- a/sys-devel/llvm/llvm-6.0.1-r2.ebuild +++ b/sys-devel/llvm/llvm-6.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc gold libedit +libffi ncurses test xar xml kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RESTRICT="!test? ( test )" |