diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2016-03-09 13:08:41 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2016-03-09 13:08:52 +0100 |
commit | c548d1721c4a3cc425e01d33043d0251a29e4ac0 (patch) | |
tree | c81ab5b68539c5c16b390b2ca643473eb75f68dd /sys-devel/clang | |
parent | dev-util/boost-build: Removed old. (diff) | |
download | gentoo-c548d1721c4a3cc425e01d33043d0251a29e4ac0.tar.gz gentoo-c548d1721c4a3cc425e01d33043d0251a29e4ac0.tar.bz2 gentoo-c548d1721c4a3cc425e01d33043d0251a29e4ac0.zip |
sys-devel/{clang,llvm}: Bump to final 3.8.0
To do before unmask:
* some clang tests still fail (cannot find standard headers)
* lldb wants to install six.py
* test reverse dependencies
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-3.8.0-r100.ebuild (renamed from sys-devel/clang/clang-3.8.0_rc2-r100.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang/clang-3.8.0_rc2-r100.ebuild b/sys-devel/clang/clang-3.8.0-r100.ebuild index 1ba7a7085955..4cb997e979b3 100644 --- a/sys-devel/clang/clang-3.8.0_rc2-r100.ebuild +++ b/sys-devel/clang/clang-3.8.0-r100.ebuild @@ -11,8 +11,8 @@ HOMEPAGE="http://clang.llvm.org/" SRC_URI="" LICENSE="UoI-NCSA" -SLOT="0/3.7" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" +SLOT="0/3.8" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]" |