From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04CF9198005 for ; Thu, 28 Feb 2013 00:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B82AEE07E0; Thu, 28 Feb 2013 00:20:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49B53E07DF for ; Thu, 28 Feb 2013 00:20:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EF4033DE47 for ; Thu, 28 Feb 2013 00:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B3A27E42C6 for ; Thu, 28 Feb 2013 00:20:00 +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: <1362010778.a217a6447c1ceb8ced672fd61e669f4098bcac4c.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/armadillo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/armadillo/ChangeLog sci-libs/armadillo/armadillo-3.6.3-r1.ebuild X-VCS-Directories: sci-libs/armadillo/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: a217a6447c1ceb8ced672fd61e669f4098bcac4c X-VCS-Branch: master Date: Thu, 28 Feb 2013 00:20:00 +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: fa3e4bc5-016c-47ac-9585-4f7ea29272ee X-Archives-Hash: 909531442d0b9a8a11579bc198965faa commit: a217a6447c1ceb8ced672fd61e669f4098bcac4c Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Feb 28 00:19:38 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Feb 28 00:19:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a217a644 sci-libs/armadillo: Small prefix fix Package-Manager: portage-2.2.0_alpha163 --- sci-libs/armadillo/ChangeLog | 3 +++ sci-libs/armadillo/armadillo-3.6.3-r1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog index a5368dd..71af4a9 100644 --- a/sci-libs/armadillo/ChangeLog +++ b/sci-libs/armadillo/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Feb 2013; Sébastien Fabbro armadillo-3.6.3-r1.ebuild: + sci-libs/armadillo: Small prefix fix + *armadillo-3.6.3-r1 (25 Feb 2013) 25 Feb 2013; Sébastien Fabbro diff --git a/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild b/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild index b7bd289..0258f25 100644 --- a/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild +++ b/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="atlas blas doc examples lapack" RDEPEND=" @@ -33,7 +33,7 @@ src_prepare() { } src_configure() { - local mycmakeargs=( -DINSTALL_LIB_DIR="${EROOT}/usr/$(get_libdir)" ) + local mycmakeargs=( -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)" ) if use blas; then mycmakeargs+=( -DBLAS_FOUND=ON