summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-01-16 14:37:15 +0100
committerMichał Górny <mgorny@gentoo.org>2019-01-16 15:52:24 +0100
commit3e5c142f883880d73a342c6fc4cb07cec49718c8 (patch)
treeb4b4b92c384ffa060ee453209af535470922f233 /sys-libs/compiler-rt
parentsys-devel/clang: Trunk is now 9.0.0 (diff)
downloadgentoo-3e5c142f883880d73a342c6fc4cb07cec49718c8.tar.gz
gentoo-3e5c142f883880d73a342c6fc4cb07cec49718c8.tar.bz2
gentoo-3e5c142f883880d73a342c6fc4cb07cec49718c8.zip
sys-libs/compiler-rt: Trunk is now 9.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 7e254d18763c..75c4024449f6 100644
--- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-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 test"
RESTRICT="!test? ( test ) !clang? ( test )"