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 13D5F158041 for ; Wed, 3 Apr 2024 01:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BEFAE2A2C; Wed, 3 Apr 2024 01:52:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23247E2A2C for ; Wed, 3 Apr 2024 01:52:17 +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 2963D343244 for ; Wed, 3 Apr 2024 01:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BFB61621 for ; Wed, 3 Apr 2024 01:52:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1712109123.ae07ba6435f9af6ac5079a6cda52b2766331506d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-tools/spirv-tools-9999.ebuild dev-util/spirv-tools/spirv-tools-99999999.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ae07ba6435f9af6ac5079a6cda52b2766331506d X-VCS-Branch: master Date: Wed, 3 Apr 2024 01:52:11 +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: b5580e30-037e-484d-86c8-1af0e368d1a7 X-Archives-Hash: 7461115eebca667d8de4836242c48341 commit: ae07ba6435f9af6ac5079a6cda52b2766331506d Author: Matt Turner gentoo org> AuthorDate: Wed Apr 3 01:39:17 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 3 01:52:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae07ba64 dev-util/spirv-tools: Move to -9999 And prepare for v1.3.280. Using the same version (9999) across Vulkan and SPIRV packages makes ~cat/pkg-${PV} dependencies easier. Signed-off-by: Matt Turner gentoo.org> .../{spirv-tools-99999999.ebuild => spirv-tools-9999.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/spirv-tools/spirv-tools-99999999.ebuild b/dev-util/spirv-tools/spirv-tools-9999.ebuild similarity index 86% rename from dev-util/spirv-tools/spirv-tools-99999999.ebuild rename to dev-util/spirv-tools/spirv-tools-9999.ebuild index da7fe9abf25f..da62007c6961 100644 --- a/dev-util/spirv-tools/spirv-tools-99999999.ebuild +++ b/dev-util/spirv-tools/spirv-tools-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_PN=SPIRV-Tools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit cmake-multilib python-any-r1 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git" inherit git-r3 else - EGIT_COMMIT="sdk-${PV}.0" + EGIT_COMMIT="vulkan-sdk-${PV}" SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT} @@ -27,8 +27,8 @@ SLOT="0" # in the generated library. Easily hit with non-standard compiler flags RESTRICT="test" -DEPEND="~dev-util/spirv-headers-99999999" -RDEPEND="" +DEPEND="~dev-util/spirv-headers-${PV}" +# RDEPEND="" BDEPEND="${PYTHON_DEPS}" multilib_src_configure() {