diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-27 09:45:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-27 15:20:26 +0200 |
commit | 60fc8dd101932aa35fcaedcc24e5bd7a3f9db027 (patch) | |
tree | 73957451a1cb9da9e47d54e3feaaada19f855a3b /eclass | |
parent | dev-python/cryptography: Stabilize 40.0.2 sparc, #907158 (diff) | |
download | gentoo-60fc8dd101932aa35fcaedcc24e5bd7a3f9db027.tar.gz gentoo-60fc8dd101932aa35fcaedcc24e5bd7a3f9db027.tar.bz2 gentoo-60fc8dd101932aa35fcaedcc24e5bd7a3f9db027.zip |
llvm.org.eclass: Add 17.0.0_pre20230526 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index b5963705eb82..ef67d72ee58e 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then _LLVM_SOURCE_TYPE=snapshot case ${PV} in + 17.0.0_pre20230526) + EGIT_COMMIT=a2684acfb61d40f441e240035d7f1ba50da637c8 + ;; 17.0.0_pre20230520) EGIT_COMMIT=abbb22cc0c9c33dedb8d53c2bd3e703f92baace7 ;; |