From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B44111584AD for ; Fri, 09 May 2025 14:36:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9CDCB343026 for ; Fri, 09 May 2025 14:36:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 90DDF1103C0; Fri, 09 May 2025 14:36:38 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8644511036F for ; Fri, 09 May 2025 14:36:38 +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 342A8343026 for ; Fri, 09 May 2025 14:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BA96C3A for ; Fri, 09 May 2025 14:36:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746801316.797851a5a7fa2335270a53e8327bf78dca913e18.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cudnn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cudnn/cudnn-8.9.7.29.ebuild dev-libs/cudnn/cudnn-9.8.0.87.ebuild X-VCS-Directories: dev-libs/cudnn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 797851a5a7fa2335270a53e8327bf78dca913e18 X-VCS-Branch: master Date: Fri, 09 May 2025 14:36:36 +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: d9a06eaf-3d11-4633-af78-ea565e4b9ea0 X-Archives-Hash: c7355132f4bd851eb00605fe21ce4401 commit: 797851a5a7fa2335270a53e8327bf78dca913e18 Author: Sam James gentoo org> AuthorDate: Fri May 9 14:34:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 9 14:35:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797851a5 dev-libs/cudnn: fix src_prepare ... needs to call eapply_user. Bug: https://bugs.gentoo.org/947041 Signed-off-by: Sam James gentoo.org> dev-libs/cudnn/cudnn-8.9.7.29.ebuild | 4 ---- dev-libs/cudnn/cudnn-9.8.0.87.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dev-libs/cudnn/cudnn-8.9.7.29.ebuild b/dev-libs/cudnn/cudnn-8.9.7.29.ebuild index 96a135cf47a5..57a48acfabe6 100644 --- a/dev-libs/cudnn/cudnn-8.9.7.29.ebuild +++ b/dev-libs/cudnn/cudnn-8.9.7.29.ebuild @@ -28,10 +28,6 @@ RDEPEND=" QA_PREBUILT="/opt/cuda*/targets/*-linux/lib/*" -src_prepare(){ - : -} - src_configure(){ : } diff --git a/dev-libs/cudnn/cudnn-9.8.0.87.ebuild b/dev-libs/cudnn/cudnn-9.8.0.87.ebuild index 96a135cf47a5..57a48acfabe6 100644 --- a/dev-libs/cudnn/cudnn-9.8.0.87.ebuild +++ b/dev-libs/cudnn/cudnn-9.8.0.87.ebuild @@ -28,10 +28,6 @@ RDEPEND=" QA_PREBUILT="/opt/cuda*/targets/*-linux/lib/*" -src_prepare(){ - : -} - src_configure(){ : }