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 E20F7138350 for ; Wed, 26 Feb 2020 22:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B959E0982; Wed, 26 Feb 2020 22:07:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F15B2E0982 for ; Wed, 26 Feb 2020 22:07:16 +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 D70CB34F2C7 for ; Wed, 26 Feb 2020 22:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD0014F for ; Wed, 26 Feb 2020 22:07:14 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1582754826.18a4b2d5ad59e63df17b0f4a27b1990ce9da8ebc.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-roc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild X-VCS-Directories: sys-devel/llvm-roc/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 18a4b2d5ad59e63df17b0f4a27b1990ce9da8ebc X-VCS-Branch: master Date: Wed, 26 Feb 2020 22:07:14 +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: eee0d20b-93ce-44d9-987c-997fde62abf1 X-Archives-Hash: 88c6d689fe2d0667c912a22cb1a03764 commit: 18a4b2d5ad59e63df17b0f4a27b1990ce9da8ebc Author: Craig Andrews gentoo org> AuthorDate: Wed Feb 26 22:06:31 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Feb 26 22:07:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a4b2d5 sys-devel/llvm-roc: Fix patch file name Closes: https://bugs.gentoo.org/710870 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Craig Andrews gentoo.org> sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild b/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild index 8035d829e5b..89f299744f5 100644 --- a/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-3.1.0.ebuild @@ -24,7 +24,7 @@ CMAKE_BUILD_TYPE=RelWithDebInfo src_prepare() { cd "${WORKDIR}/llvm-project-roc-ocl-${PV}" - eapply "${FILESDIR}/${P}-add_libraries.patch" + eapply "${FILESDIR}/${PN}-3.0.0-add_libraries.patch" eapply_user cmake_src_prepare }