commit: be0ec0ccc9f31baa8920e9a73ffa479ca2f34710 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 16 13:37:18 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 16 14:52:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0ec0cc
sys-libs/compiler-rt-sanitizers: Trunk is now 9.0.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild index 78884e8f13d..93f03059cd6 100644 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.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 @@ -19,7 +19,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git LICENSE="|| ( UoI-NCSA MIT )" # Note: this needs to be updated to match version of clang-9999 -SLOT="8.0.0" +SLOT="9.0.0" KEYWORDS="" IUSE="+clang +libfuzzer +profile +sanitize test +xray elibc_glibc" # FIXME: libfuzzer does not enable all its necessary dependencies
