commit: 3007fd7694d8ba1beced110949dbfcc22996b1f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 01:41:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 13:26:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3007fd76
www-client/chromium: adapt to sys-devel/lld being slotted
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/chromium/chromium-120.0.6099.129.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-client/chromium/chromium-120.0.6099.129.ebuild
b/www-client/chromium/chromium-120.0.6099.129.ebuild
index 9882b9b8d53e..37c3c0cbb59c 100644
--- a/www-client/chromium/chromium-120.0.6099.129.ebuild
+++ b/www-client/chromium/chromium-120.0.6099.129.ebuild
@@ -152,7 +152,7 @@ DEPEND="${COMMON_DEPEND}
depend_clang_llvm_version() {
echo "sys-devel/clang:$1"
echo "sys-devel/llvm:$1"
- echo "=sys-devel/lld-$1*"
+ echo "sys-devel/lld:$1"
}
# When passed multiple arguments we assume that
@@ -257,8 +257,8 @@ llvm_check_deps() {
return 1
fi
- if ( use lto || use pgo ) && ! has_version -b
"=sys-devel/lld-${LLVM_SLOT}*" ; then
- einfo "=sys-devel/lld-${LLVM_SLOT}* is missing! Cannot use LLVM
slot ${LLVM_SLOT} ..." >&2
+ if ( use lto || use pgo ) && ! has_version -b
"sys-devel/lld:${LLVM_SLOT}" ; then
+ einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM
slot ${LLVM_SLOT} ..." >&2
return 1
fi