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 8BAF4138359 for ; Thu, 8 Oct 2020 14:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB827E081B; Thu, 8 Oct 2020 14:19:51 +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 A19E6E081B for ; Thu, 8 Oct 2020 14:19:51 +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 3779F335D97 for ; Thu, 8 Oct 2020 14:19:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE42833A for ; Thu, 8 Oct 2020 14:19:48 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1602166758.52485c17b59d70d274ff969aee4511b54b8ef7e9.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/openblas/openblas-0.3.10.ebuild X-VCS-Directories: sci-libs/openblas/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 52485c17b59d70d274ff969aee4511b54b8ef7e9 X-VCS-Branch: master Date: Thu, 8 Oct 2020 14:19:48 +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: a9fde895-a3af-423f-9024-138b10bdc3b4 X-Archives-Hash: ae2ece225025482cf68294be3d0bf59c commit: 52485c17b59d70d274ff969aee4511b54b8ef7e9 Author: Guilherme Amadio gentoo org> AuthorDate: Thu Oct 8 14:19:18 2020 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Oct 8 14:19:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52485c17 sci-libs/openblas: fix double prefix Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Guilherme Amadio gentoo.org> sci-libs/openblas/openblas-0.3.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/openblas/openblas-0.3.10.ebuild b/sci-libs/openblas/openblas-0.3.10.ebuild index 9d96c6fa9fd..d7d208f1143 100644 --- a/sci-libs/openblas/openblas-0.3.10.ebuild +++ b/sci-libs/openblas/openblas-0.3.10.ebuild @@ -84,7 +84,7 @@ src_test() { } src_install() { - emake install DESTDIR="${ED}" OPENBLAS_INCLUDE_DIR='$(PREFIX)'/include/${PN} \ + emake install DESTDIR="${D}" OPENBLAS_INCLUDE_DIR='$(PREFIX)'/include/${PN} \ OPENBLAS_LIBRARY_DIR='$(PREFIX)'/$(get_libdir) dodoc GotoBLAS_*.txt *.md Changelog.txt