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 611D3139694 for ; Mon, 31 Jul 2017 18:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03CC11FC171; Mon, 31 Jul 2017 18:12:48 +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 D9D081FC171 for ; Mon, 31 Jul 2017 18:12:47 +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 86007341AC4 for ; Mon, 31 Jul 2017 18:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EB0174E0 for ; Mon, 31 Jul 2017 18:12:43 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1501524747.66bb92d30e2731f55ba190cfd51e3a61657d605e.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lrslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/lrslib/lrslib-062.ebuild X-VCS-Directories: sci-libs/lrslib/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 66bb92d30e2731f55ba190cfd51e3a61657d605e X-VCS-Branch: master Date: Mon, 31 Jul 2017 18:12:43 +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: 769bc41b-3f5a-4918-ace1-eea1bf29b2cf X-Archives-Hash: e9db58cffced53548791394b8988f9a3 commit: 66bb92d30e2731f55ba190cfd51e3a61657d605e Author: Sébastien Fabbro gentoo org> AuthorDate: Sun Jul 30 01:22:32 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Mon Jul 31 18:12:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bb92d3 sci-libs/lrslib: add /usr to prefix location Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-libs/lrslib/lrslib-062.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/lrslib/lrslib-062.ebuild b/sci-libs/lrslib/lrslib-062.ebuild index 3c9f0061690..1df9b43c701 100644 --- a/sci-libs/lrslib/lrslib-062.ebuild +++ b/sci-libs/lrslib/lrslib-062.ebuild @@ -41,9 +41,9 @@ src_compile () { } src_install() { - emake DESTDIR="${D}" prefix="${EPREFIX}" install-common + emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install-common if use gmp; then - emake DESTDIR="${D}" install-shared prefix="${EPREFIX}" + emake DESTDIR="${D}" install-shared prefix="${EPREFIX}/usr" use mpi && dobin mplrs fi dodoc README