commit: 59b5f9351f38d0a6cff7b06a07e97bf1b9db7f76
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 08:35:18 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 12:27:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b5f935
dev-libs/libclc: Modernize
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/libclc/libclc-15.0.0.9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libclc/libclc-15.0.0.9999.ebuild
b/dev-libs/libclc/libclc-15.0.0.9999.ebuild
index 139479da9e37..7d9edc440d2b 100644
--- a/dev-libs/libclc/libclc-15.0.0.9999.ebuild
+++ b/dev-libs/libclc/libclc-15.0.0.9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit cmake llvm llvm.org python-any-r1
@@ -18,6 +18,7 @@ REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )"
LLVM_MAX_SLOT=15
BDEPEND="
+ ${PYTHON_DEPS}
|| (
sys-devel/clang:15
sys-devel/clang:14
@@ -26,7 +27,7 @@ BDEPEND="
sys-devel/clang:11
sys-devel/clang:10
)
- ${PYTHON_DEPS}"
+"
LLVM_COMPONENTS=( libclc )
llvm.org_set_globals