diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-04 19:25:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-05 13:02:12 +0100 |
commit | 194261b20bea6702158b25f6c82d3a5c41d2efe6 (patch) | |
tree | 3d3f53a87a5ac128fd6e33cacab61c35ac801200 /eclass | |
parent | sci-mathematics/cvc4: fix build with bash 5.2 (diff) | |
download | gentoo-194261b20bea6702158b25f6c82d3a5c41d2efe6.tar.gz gentoo-194261b20bea6702158b25f6c82d3a5c41d2efe6.tar.bz2 gentoo-194261b20bea6702158b25f6c82d3a5c41d2efe6.zip |
Add 17.0.0_pre20230304 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 918ba1cf27f8..94302ea1b4af 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -93,6 +93,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 17.0.0_pre20230225) EGIT_COMMIT=b0676fb0fb0a44a4a1c4ec1f0270fef1f1842817 ;; + 17.0.0_pre20230304) + EGIT_COMMIT=2708869801ae00f4681f6b2d9d69b25b3fce26b6 + ;; *) die "Unknown snapshot: ${PV}" ;; |