From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87C96158094 for ; Fri, 7 Oct 2022 16:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CC51E0978; Fri, 7 Oct 2022 16:41:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73A11E0978 for ; Fri, 7 Oct 2022 16:41:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5331D340D4A for ; Fri, 7 Oct 2022 16:41:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C32606 for ; Fri, 7 Oct 2022 16:41:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1665160881.6100af5eaee3c5be9ef2af33ffc39e73cd2eca46.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-15.0.2.9999.ebuild dev-python/clang-python/clang-python-16.0.0.9999.ebuild dev-python/clang-python/clang-python-16.0.0_pre20221006.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6100af5eaee3c5be9ef2af33ffc39e73cd2eca46 X-VCS-Branch: master Date: Fri, 7 Oct 2022 16:41:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5fa861d7-29ec-4f32-9d6e-99ff36d1d29e X-Archives-Hash: 1091b6bcd6d712eee6e818d7d7bc6736 commit: 6100af5eaee3c5be9ef2af33ffc39e73cd2eca46 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 7 16:27:42 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 7 16:41:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6100af5e dev-python/clang-python: Use the new version vars Signed-off-by: Michał Górny gentoo.org> 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(-) 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 f0290ca4c7b1..9b34adc8ac6f 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 f0290ca4c7b1..9b34adc8ac6f 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 f0290ca4c7b1..9b34adc8ac6f 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}" }