From 015ad034e98ecb08edb4cddf7ce858d75cd51e90 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 8 Oct 2022 01:04:09 +0000 Subject: Adding metadata --- dev-python/clang-python/clang-python-15.0.2.9999.ebuild | 4 ++-- dev-python/clang-python/clang-python-16.0.0.9999.ebuild | 4 ++-- dev-python/clang-python/clang-python-16.0.0_pre20221006.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-python/clang-python') diff --git a/dev-python/clang-python/clang-python-15.0.2.9999.ebuild b/dev-python/clang-python/clang-python-15.0.2.9999.ebuild index 63106cbd0017..42952bf51e0f 100644 --- a/dev-python/clang-python/clang-python-15.0.2.9999.ebuild +++ b/dev-python/clang-python/clang-python-15.0.2.9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${PV%%.*} + sys-devel/clang:${LLVM_MAJOR} ) " @@ -40,7 +40,7 @@ llvm.org_set_globals python_test() { # tests rely on results from a specific clang version, so override # the search path - local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${PV%%.*}/$(get_libdir) + local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/clang-python/clang-python-16.0.0.9999.ebuild b/dev-python/clang-python/clang-python-16.0.0.9999.ebuild index 63106cbd0017..42952bf51e0f 100644 --- a/dev-python/clang-python/clang-python-16.0.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-16.0.0.9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${PV%%.*} + sys-devel/clang:${LLVM_MAJOR} ) " @@ -40,7 +40,7 @@ llvm.org_set_globals python_test() { # tests rely on results from a specific clang version, so override # the search path - local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${PV%%.*}/$(get_libdir) + local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/clang-python/clang-python-16.0.0_pre20221006.ebuild b/dev-python/clang-python/clang-python-16.0.0_pre20221006.ebuild index 63106cbd0017..42952bf51e0f 100644 --- a/dev-python/clang-python/clang-python-16.0.0_pre20221006.ebuild +++ b/dev-python/clang-python/clang-python-16.0.0_pre20221006.ebuild @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${PV%%.*} + sys-devel/clang:${LLVM_MAJOR} ) " @@ -40,7 +40,7 @@ llvm.org_set_globals python_test() { # tests rely on results from a specific clang version, so override # the search path - local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${PV%%.*}/$(get_libdir) + local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" } -- cgit v1.3.1