commit: 11c20e770ef6226bd8f11bed87cf848be077b3ac
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 26 23:35:15 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 26 23:35:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c20e77
llvm-core/llvm: don't set +debug for 21.1.0
The intention is to have it only for development versions.
Signed-off-by: Sam James <sam <AT> gentoo.org>
llvm-core/llvm/llvm-21.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm-core/llvm/llvm-21.1.0.ebuild
b/llvm-core/llvm/llvm-21.1.0.ebuild
index 3fbf8752766c..673ed1404693 100644
--- a/llvm-core/llvm/llvm-21.1.0.ebuild
+++ b/llvm-core/llvm/llvm-21.1.0.ebuild
@@ -21,7 +21,7 @@ LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD
public-domain rc"
SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86
~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos"
IUSE="
- +binutils-plugin +debug debuginfod doc exegesis libedit +libffi
+ +binutils-plugin debug debuginfod doc exegesis libedit +libffi
test xml z3 zstd
"
RESTRICT="!test? ( test )"