commit: a5d5430c54fb0f2fde26c5d8a1844c181a1432fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 04:20:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 22 04:20:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d5430c
net-libs/toxext: CLANG -> clang
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/toxext/toxext-0.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/toxext/toxext-0.0.3.ebuild
b/net-libs/toxext/toxext-0.0.3.ebuild
index 4e41feba68bf..ec77c5f446fc 100644
--- a/net-libs/toxext/toxext-0.0.3.ebuild
+++ b/net-libs/toxext/toxext-0.0.3.ebuild
@@ -23,7 +23,7 @@ src_prepare() {
sed -i 's/-Werror//' CMakeLists.txt || die
sed -i '/-fsanitize=/d' test/CMakeLists.txt || die
- # Fix build with CLANG and LLD.
+ # Fix build with clang and lld.
# https://bugs.gentoo.org/831338
append-flags -fPIC
}