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 BE67A158020 for ; Thu, 13 Oct 2022 10:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08D88E0864; Thu, 13 Oct 2022 10:31:14 +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 E4902E0864 for ; Thu, 13 Oct 2022 10:31:13 +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 D24AA341000 for ; Thu, 13 Oct 2022 10:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CE39613 for ; Thu, 13 Oct 2022 10:31:11 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1665657043.92377a50196b00ab96a13782bd0fe99ea72d8e77.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ispc/ispc-1.17.0-r2.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 92377a50196b00ab96a13782bd0fe99ea72d8e77 X-VCS-Branch: master Date: Thu, 13 Oct 2022 10:31: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: f4c1814e-caf0-4ce2-aee7-993b6ffb017b X-Archives-Hash: e5e75d5d744abb7a9dd59f0682210b79 commit: 92377a50196b00ab96a13782bd0fe99ea72d8e77 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Oct 13 10:29:25 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Oct 13 10:30:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92377a50 dev-lang/ispc: fix patch for 1.17.0 too Bug: https://bugs.gentoo.org/873676 Signed-off-by: Ionen Wolkens gentoo.org> dev-lang/ispc/ispc-1.17.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ispc/ispc-1.17.0-r2.ebuild b/dev-lang/ispc/ispc-1.17.0-r2.ebuild index b195585f3de7..804e3471c52c 100644 --- a/dev-lang/ispc/ispc-1.17.0-r2.ebuild +++ b/dev-lang/ispc/ispc-1.17.0-r2.ebuild @@ -31,7 +31,7 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}/${PN}-9999-llvm.patch" + "${FILESDIR}/${PN}-1.18.0-llvm.patch" ) CMAKE_BUILD_TYPE="RelWithDebInfo"