commit: 8d37b26179fc3f5bd84c9830613bbf37b4613513 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 19 15:04:39 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 19 15:13:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d37b261
sys-devel/llvm: Fix EmptyGlobalAssignment Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/llvm/llvm-17.0.3.9999.ebuild | 1 - sys-devel/llvm/llvm-18.0.0.9999.ebuild | 1 - sys-devel/llvm/llvm-18.0.0_pre20231013.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/sys-devel/llvm/llvm-17.0.3.9999.ebuild b/sys-devel/llvm/llvm-17.0.3.9999.ebuild index 6bda0f273990..295accea8feb 100644 --- a/sys-devel/llvm/llvm-17.0.3.9999.ebuild +++ b/sys-devel/llvm/llvm-17.0.3.9999.ebuild @@ -19,7 +19,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="" IUSE=" +binutils-plugin +debug debuginfod doc exegesis libedit +libffi ncurses test xar xml z3 zstd diff --git a/sys-devel/llvm/llvm-18.0.0.9999.ebuild b/sys-devel/llvm/llvm-18.0.0.9999.ebuild index 14a1681c7f69..ae46685bcec9 100644 --- a/sys-devel/llvm/llvm-18.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-18.0.0.9999.ebuild @@ -19,7 +19,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="" IUSE=" +binutils-plugin +debug debuginfod doc exegesis libedit +libffi ncurses test xar xml z3 zstd diff --git a/sys-devel/llvm/llvm-18.0.0_pre20231013.ebuild b/sys-devel/llvm/llvm-18.0.0_pre20231013.ebuild index 14a1681c7f69..ae46685bcec9 100644 --- a/sys-devel/llvm/llvm-18.0.0_pre20231013.ebuild +++ b/sys-devel/llvm/llvm-18.0.0_pre20231013.ebuild @@ -19,7 +19,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="" IUSE=" +binutils-plugin +debug debuginfod doc exegesis libedit +libffi ncurses test xar xml z3 zstd
