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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C443138359 for ; Sat, 7 Nov 2020 17:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD65AE07AE; Sat, 7 Nov 2020 17:33:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A38A8E07AE for ; Sat, 7 Nov 2020 17:33:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EC26335DAC for ; Sat, 7 Nov 2020 17:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60F833BE for ; Sat, 7 Nov 2020 17:33:06 +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: <1604770366.52f30f5624d98a637ade84bb7209c55dda6743cd.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-2020.4_pre20201106.ebuild X-VCS-Directories: media-libs/shaderc/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 52f30f5624d98a637ade84bb7209c55dda6743cd X-VCS-Branch: master Date: Sat, 7 Nov 2020 17:33:06 +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: 4c094473-9965-42a5-906f-516ae0a7e738 X-Archives-Hash: f03bac07fa9bf960f25946d95f30034f commit: 52f30f5624d98a637ade84bb7209c55dda6743cd Author: Nick Sarnie gentoo org> AuthorDate: Sat Nov 7 17:32:46 2020 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sat Nov 7 17:32:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f30f56 media-libs/shaderc: Typo Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Nick Sarnie gentoo.org> media-libs/shaderc/shaderc-2020.4_pre20201106.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/shaderc/shaderc-2020.4_pre20201106.ebuild b/media-libs/shaderc/shaderc-2020.4_pre20201106.ebuild index 7166e78e163..9a8b97deedf 100644 --- a/media-libs/shaderc/shaderc-2020.4_pre20201106.ebuild +++ b/media-libs/shaderc/shaderc-2020.4_pre20201106.ebuild @@ -22,7 +22,7 @@ IUSE="doc test" RDEPEND=" >=dev-util/glslang-10.11.0.0_pre20200924[${MULTILIB_USEDEP}] - >=dev-util/spirv-tools-2020.5_pre2021107[${MULTILIB_USEDEP}] + >=dev-util/spirv-tools-2020.5_pre20201107[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} ${PYTHON_DEPS}