summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-18 17:39:15 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-18 18:18:26 +0100
commit872a24e1c222544eafd1ebc65f7418716d5e964e (patch)
treecc9e7cab74731bbbaf07915645242f87404ce1ba /eclass
parentdev-python/pytest: Bump to 5.3.3 (diff)
downloadgentoo-872a24e1c222544eafd1ebc65f7418716d5e964e.tar.gz
gentoo-872a24e1c222544eafd1ebc65f7418716d5e964e.tar.bz2
gentoo-872a24e1c222544eafd1ebc65f7418716d5e964e.zip
llvm.org.eclass: Master is now 11.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.org.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index d9ea22ab2aca..b4b80df06d85 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: llvm.org.eclass
@@ -44,7 +44,7 @@ esac
# @DESCRIPTION:
# The major version of current LLVM trunk. Used to determine
# the correct branch to use.
-_LLVM_MASTER_MAJOR=10
+_LLVM_MASTER_MAJOR=11
# @ECLASS-VARIABLE: _LLVM_SOURCE_TYPE
# @INTERNAL