diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-25 09:03:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-25 09:03:25 +0100 |
commit | 0f18bfc57fa5e6f584cb94003487104e06e1e98d (patch) | |
tree | 2af51197e305702834307f25482846fa09c7a946 /eclass | |
parent | dev-python/jupyter_core: Bump to 5.1.5 (diff) | |
download | gentoo-0f18bfc57fa5e6f584cb94003487104e06e1e98d.tar.gz gentoo-0f18bfc57fa5e6f584cb94003487104e06e1e98d.tar.bz2 gentoo-0f18bfc57fa5e6f584cb94003487104e06e1e98d.zip |
llvm.org.eclass: Main is now 17.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index d38f9a8cecc2..72528fcd45c8 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -60,7 +60,7 @@ LLVM_VERSION=$(ver_cut 1-3) # @DESCRIPTION: # The major version of current LLVM trunk. Used to determine # the correct branch to use. -_LLVM_MASTER_MAJOR=16 +_LLVM_MASTER_MAJOR=17 # @ECLASS_VARIABLE: _LLVM_NEWEST_MANPAGE_RELEASE # @INTERNAL |