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 58955158020 for ; Sat, 15 Oct 2022 15:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50328E0909; Sat, 15 Oct 2022 15:01:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 39195E0909 for ; Sat, 15 Oct 2022 15:01:16 +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 5133A341050 for ; Sat, 15 Oct 2022 15:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B91617 for ; Sat, 15 Oct 2022 15:01:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665845719.7b51b9565a4069a42da72ca4857bde60cfef3154.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/shaderc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/shaderc/shaderc-2022.1-r2.ebuild media-libs/shaderc/shaderc-2022.2.ebuild X-VCS-Directories: media-libs/shaderc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b51b9565a4069a42da72ca4857bde60cfef3154 X-VCS-Branch: master Date: Sat, 15 Oct 2022 15:01:13 +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: 33be0abe-f8c8-4826-bfc9-4375407c72cf X-Archives-Hash: ed2b06e856bcc87eaa59c978c83026e0 commit: 7b51b9565a4069a42da72ca4857bde60cfef3154 Author: Sam James gentoo org> AuthorDate: Sat Oct 15 14:55:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 15 14:55:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b51b956 media-libs/shaderc: fix PythonAnyMismatchedDepHasVersionCheck Signed-off-by: Sam James gentoo.org> media-libs/shaderc/shaderc-2022.1-r2.ebuild | 11 +++++------ media-libs/shaderc/shaderc-2022.2.ebuild | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/media-libs/shaderc/shaderc-2022.1-r2.ebuild b/media-libs/shaderc/shaderc-2022.1-r2.ebuild index 4f70155c9a09..9e5933824f86 100644 --- a/media-libs/shaderc/shaderc-2022.1-r2.ebuild +++ b/media-libs/shaderc/shaderc-2022.1-r2.ebuild @@ -24,12 +24,11 @@ RDEPEND=" DEPEND="${RDEPEND} ${PYTHON_DEPS} >=dev-util/spirv-headers-1.3.216 - test? ( - dev-cpp/gtest - $(python_gen_any_dep 'dev-python/nose[${PYTHON_USEDEP}]') - ) + test? ( dev-cpp/gtest ) +" +BDEPEND="doc? ( dev-ruby/asciidoctor ) + test? ( $(python_gen_any_dep 'dev-python/nose[${PYTHON_USEDEP}]') ) " -BDEPEND="doc? ( dev-ruby/asciidoctor )" PATCHES=( "${FILESDIR}"/${PN}-2020.4-fix-build.patch @@ -40,7 +39,7 @@ RESTRICT=test python_check_deps() { if use test; then - has_version --host-root "dev-python/nose[${PYTHON_USEDEP}]" + python_has_version "dev-python/nose[${PYTHON_USEDEP}]" fi } diff --git a/media-libs/shaderc/shaderc-2022.2.ebuild b/media-libs/shaderc/shaderc-2022.2.ebuild index ce832420d98f..0e52ee51e2db 100644 --- a/media-libs/shaderc/shaderc-2022.2.ebuild +++ b/media-libs/shaderc/shaderc-2022.2.ebuild @@ -24,7 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND} ${PYTHON_DEPS} >=dev-util/spirv-headers-1.3.224 - test? ( dev-cpp/gtest ) + test? ( dev-cpp/gtest ) " BDEPEND="doc? ( dev-ruby/asciidoctor ) test? ( $(python_gen_any_dep 'dev-python/nose[${PYTHON_USEDEP}]') )