From 3ee411f1324ad2b881555d1bec5f943f1a7f28a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 11 Dec 2024 12:23:19 +0100 Subject: =?UTF-8?q?Move=20{sys-devel=20=E2=86=92=20llvm-core}/clang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/clang-python/clang-python-19.1.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-python/clang-python/clang-python-19.1.5.ebuild') diff --git a/dev-python/clang-python/clang-python-19.1.5.ebuild b/dev-python/clang-python/clang-python-19.1.5.ebuild index 9b3ee513e023..e43015ed5bc9 100644 --- a/dev-python/clang-python/clang-python-19.1.5.ebuild +++ b/dev-python/clang-python/clang-python-19.1.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " -- cgit v1.2.3