commit: baf3e83d247bacd6f3e57e8d812b6a6dd1397f02 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 4 12:45:16 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 4 17:14:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf3e83d
sys-devel/llvm: Stop patching 16.0.0.9999 The last sys-devel/llvm patch from Gentoo patchset is no longer necessary, as llvm-config no longer provides the `--src-root` option. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/llvm/llvm-16.0.0.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-devel/llvm/llvm-16.0.0.9999.ebuild b/sys-devel/llvm/llvm-16.0.0.9999.ebuild index bd53ed43b20b..6d002766d626 100644 --- a/sys-devel/llvm/llvm-16.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-16.0.0.9999.ebuild @@ -70,7 +70,6 @@ PDEPEND=" LLVM_COMPONENTS=( llvm cmake third-party ) LLVM_MANPAGES=1 -LLVM_PATCHSET=9999-r3 LLVM_USE_TARGETS=provide llvm.org_set_globals
