Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/armadillo/
Date: Thu, 28 Feb 2013 00:20:05
Message-Id: 1362010778.a217a6447c1ceb8ced672fd61e669f4098bcac4c.bicatali@gentoo
1 commit: a217a6447c1ceb8ced672fd61e669f4098bcac4c
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 00:19:38 2013 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 00:19:38 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a217a644
7
8 sci-libs/armadillo: Small prefix fix
9
10 Package-Manager: portage-2.2.0_alpha163
11
12 ---
13 sci-libs/armadillo/ChangeLog | 3 +++
14 sci-libs/armadillo/armadillo-3.6.3-r1.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
18 index a5368dd..71af4a9 100644
19 --- a/sci-libs/armadillo/ChangeLog
20 +++ b/sci-libs/armadillo/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 28 Feb 2013; Sébastien Fabbro <bicatali@g.o> armadillo-3.6.3-r1.ebuild:
26 + sci-libs/armadillo: Small prefix fix
27 +
28 *armadillo-3.6.3-r1 (25 Feb 2013)
29
30 25 Feb 2013; Sébastien Fabbro <bicatali@g.o>
31
32 diff --git a/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild b/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild
33 index b7bd289..0258f25 100644
34 --- a/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild
35 +++ b/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild
36 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.gz"
37
38 LICENSE="LGPL-3"
39 SLOT="0"
40 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
41 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
42 IUSE="atlas blas doc examples lapack"
43
44 RDEPEND="
45 @@ -33,7 +33,7 @@ src_prepare() {
46 }
47
48 src_configure() {
49 - local mycmakeargs=( -DINSTALL_LIB_DIR="${EROOT}/usr/$(get_libdir)" )
50 + local mycmakeargs=( -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)" )
51 if use blas; then
52 mycmakeargs+=(
53 -DBLAS_FOUND=ON