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 3531315810F for ; Mon, 12 Jun 2023 01:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7180CE086A; Mon, 12 Jun 2023 01:26:33 +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 533AAE086A for ; Mon, 12 Jun 2023 01:26:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B422340D5A for ; Mon, 12 Jun 2023 01:26:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0352A5C for ; Mon, 12 Jun 2023 01:26:30 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1686533159.3e1f8d55369515f4a6c8af97b3100ded4beb1905.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/shaderc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/shaderc/shaderc-2023.4.ebuild X-VCS-Directories: media-libs/shaderc/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 3e1f8d55369515f4a6c8af97b3100ded4beb1905 X-VCS-Branch: master Date: Mon, 12 Jun 2023 01:26:30 +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: fff7f7a8-0834-4de0-8892-06fe364a9041 X-Archives-Hash: c0482d2156eb0397a98c3dc54adc51af commit: 3e1f8d55369515f4a6c8af97b3100ded4beb1905 Author: Nick Sarnie gentoo org> AuthorDate: Mon Jun 12 01:25:59 2023 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Mon Jun 12 01:25:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1f8d55 media-libs/shaderc: Update deps Signed-off-by: Nick Sarnie gentoo.org> media-libs/shaderc/shaderc-2023.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/shaderc/shaderc-2023.4.ebuild b/media-libs/shaderc/shaderc-2023.4.ebuild index 4a7ae5104227..df7f04a79e3a 100644 --- a/media-libs/shaderc/shaderc-2023.4.ebuild +++ b/media-libs/shaderc/shaderc-2023.4.ebuild @@ -18,12 +18,12 @@ KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc" RDEPEND=" - >=dev-util/glslang-1.3.246:=[${MULTILIB_USEDEP}] - >=dev-util/spirv-tools-1.3.246[${MULTILIB_USEDEP}] + >=dev-util/glslang-1.3.250:=[${MULTILIB_USEDEP}] + >=dev-util/spirv-tools-1.3.250[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} ${PYTHON_DEPS} - >=dev-util/spirv-headers-1.3.246" + >=dev-util/spirv-headers-1.3.250" BDEPEND="doc? ( dev-ruby/asciidoctor )"