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 013E01382C5 for ; Mon, 23 Apr 2018 14:38:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BCA2E0AF2; Mon, 23 Apr 2018 14:38:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 06D72E0AF2 for ; Mon, 23 Apr 2018 14:38:06 +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 E6EED335C2E for ; Mon, 23 Apr 2018 14:38:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63F1727C for ; Mon, 23 Apr 2018 14:38:03 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1524494264.2c7b47b7e6de8a6c1fc57e2c947d13a52a0782a2.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/petsc-3.9.0-r1.ebuild sci-mathematics/petsc/petsc-3.9.0.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 2c7b47b7e6de8a6c1fc57e2c947d13a52a0782a2 X-VCS-Branch: master Date: Mon, 23 Apr 2018 14:38:03 +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-Archives-Salt: 5b96b91d-16d1-41ed-a78e-08e3524cba51 X-Archives-Hash: 96a4f79b2410b35dadfad3c48050f38b commit: 2c7b47b7e6de8a6c1fc57e2c947d13a52a0782a2 Author: Matthias Maier gentoo org> AuthorDate: Mon Apr 23 14:37:44 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Apr 23 14:37:44 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c7b47b7 sci-mathematics/petsc: avoid double prefix Package-Manager: Portage-2.3.31, Repoman-2.3.9 sci-mathematics/petsc/{petsc-3.9.0.ebuild => petsc-3.9.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/petsc/petsc-3.9.0.ebuild b/sci-mathematics/petsc/petsc-3.9.0-r1.ebuild similarity index 99% rename from sci-mathematics/petsc/petsc-3.9.0.ebuild rename to sci-mathematics/petsc/petsc-3.9.0-r1.ebuild index e2f57c04f..1755e242a 100644 --- a/sci-mathematics/petsc/petsc-3.9.0.ebuild +++ b/sci-mathematics/petsc/petsc-3.9.0-r1.ebuild @@ -181,7 +181,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}/usr/$(get_libdir)/petsc" install + emake DESTDIR="${ED}" install # add PETSC_DIR to environmental variables cat >> 99petsc <<- EOF