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 33E881382C5 for ; Sat, 6 Feb 2021 21:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55BF8E085A; Sat, 6 Feb 2021 21:33:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3E0E6E085A for ; Sat, 6 Feb 2021 21:33:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AF847343398 for ; Sat, 6 Feb 2021 21:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3638D4AF for ; Sat, 6 Feb 2021 21:33:52 +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: <1612647102.2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lapack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/lapack/lapack-3.9.0-r1.ebuild X-VCS-Directories: sci-libs/lapack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0 X-VCS-Branch: master Date: Sat, 6 Feb 2021 21:33:52 +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: 7fcb53e8-2b51-40b1-9578-d85a92eeca05 X-Archives-Hash: bc8a7f7b4a3a3ddfe0c63d4fb6a8f598 commit: 2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0 Author: Sam James gentoo org> AuthorDate: Sat Feb 6 21:31:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 6 21:31:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2279b9fe sci-libs/lapack: minor style change ${P} (for me at least) implies the patch is upstreamed, which it is. Bug: https://bugs.gentoo.org/702254 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sci-libs/lapack/lapack-3.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/lapack/lapack-3.9.0-r1.ebuild b/sci-libs/lapack/lapack-3.9.0-r1.ebuild index 01d9add8fb4..06888886084 100644 --- a/sci-libs/lapack/lapack-3.9.0-r1.ebuild +++ b/sci-libs/lapack/lapack-3.9.0-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" DEPEND="${RDEPEND}" PATCHES=( - "${FILESDIR}/${PN}-3.9.0-build-tests.patch" + "${FILESDIR}/${P}-build-tests.patch" ) src_prepare() {