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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91FC015838C for ; Thu, 18 Jan 2024 01:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D3FE2B4C; Thu, 18 Jan 2024 01:20:25 +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 BBBB3E2B4C for ; Thu, 18 Jan 2024 01:20:25 +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 E5806343335 for ; Thu, 18 Jan 2024 01:20:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53E4CAB4 for ; Thu, 18 Jan 2024 01:20:23 +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: <1705540809.9b34e2d856eb9db4f4f6ce90c1193524228a4a80.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glslang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glslang/glslang-1.3.275.ebuild dev-util/glslang/glslang-9999.ebuild X-VCS-Directories: dev-util/glslang/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 9b34e2d856eb9db4f4f6ce90c1193524228a4a80 X-VCS-Branch: master Date: Thu, 18 Jan 2024 01:20:23 +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: bf3ee8a9-0072-4743-a6bf-cd7cb4913473 X-Archives-Hash: 36074bece27791cee76d3c7c61704f7d commit: 9b34e2d856eb9db4f4f6ce90c1193524228a4a80 Author: Nick Sarnie gentoo org> AuthorDate: Thu Jan 18 01:18:33 2024 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Thu Jan 18 01:20:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b34e2d8 dev-util/glslang: set RDEPEND Closes: https://bugs.gentoo.org/920888 Signed-off-by: Nick Sarnie gentoo.org> dev-util/glslang/glslang-1.3.275.ebuild | 1 + dev-util/glslang/glslang-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/glslang/glslang-1.3.275.ebuild b/dev-util/glslang/glslang-1.3.275.ebuild index 485d4437c0b8..190a55ebddc8 100644 --- a/dev-util/glslang/glslang-1.3.275.ebuild +++ b/dev-util/glslang/glslang-1.3.275.ebuild @@ -30,6 +30,7 @@ BDEPEND="${PYTHON_DEPS} " DEPEND="~dev-util/spirv-tools-${PV}:=[${MULTILIB_USEDEP}]" +RDEPEND="${DEPEND}" multilib_src_configure() { local mycmakeargs=( diff --git a/dev-util/glslang/glslang-9999.ebuild b/dev-util/glslang/glslang-9999.ebuild index fddb8c4840c7..b67580989120 100644 --- a/dev-util/glslang/glslang-9999.ebuild +++ b/dev-util/glslang/glslang-9999.ebuild @@ -30,6 +30,7 @@ BDEPEND="${PYTHON_DEPS} " DEPEND="~dev-util/spirv-tools-99999999:=[${MULTILIB_USEDEP}]" +RDEPEND="${DEPEND}" multilib_src_configure() { local mycmakeargs=(