summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-06 09:24:55 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-06 16:33:58 +0100
commitb56b50b1ac97eed70cfada2ea1717d7e3401f5e2 (patch)
treebffd8d9c79a5cd96a4859a4227a955bc3a38303d /eclass/llvm.org.eclass
parentsys-devel/llvm: Add a version check to the live ebuild (diff)
downloadgentoo-b56b50b1ac97eed70cfada2ea1717d7e3401f5e2.tar.gz
gentoo-b56b50b1ac97eed70cfada2ea1717d7e3401f5e2.tar.bz2
gentoo-b56b50b1ac97eed70cfada2ea1717d7e3401f5e2.zip
llvm.org.eclass: Bump main branch to 15.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/llvm.org.eclass')
-rw-r--r--eclass/llvm.org.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 72e6a3ef25a6..7ae4eab3e7a0 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -45,7 +45,7 @@ esac
# @DESCRIPTION:
# The major version of current LLVM trunk. Used to determine
# the correct branch to use.
-_LLVM_MASTER_MAJOR=14
+_LLVM_MASTER_MAJOR=15
# @ECLASS-VARIABLE: _LLVM_SOURCE_TYPE
# @INTERNAL