commit: 0793ea0b05ceac52411782f8fe4f48947d47557c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 15:27:47 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 15:27:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0793ea0b
llvm.org.eclass: Remove old snapshot hashes
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/llvm.org.eclass | 6 ------
1 file changed, 6 deletions(-)
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 23ee55f087f7..fd498478c148 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -81,12 +81,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
- 16.0.0_pre20221113)
-
EGIT_COMMIT=f6f1fd443f48f417de9dfe23353055f1b20d87ef
- ;;
- 16.0.0_pre20221120)
-
EGIT_COMMIT=7b91798a5d3a8432b296778da4efe169012fb7b4
- ;;
16.0.0_pre20221126)
EGIT_COMMIT=959c9cc7acf4d0aa433f2436e2a45b782e18022a
;;