diff options
-rw-r--r-- | sci-libs/armadillo/ChangeLog | 3 | ||||
-rw-r--r-- | 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 a5368dd65..71af4a9ca 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 <bicatali@gentoo.org> 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 <bicatali@gentoo.org> diff --git a/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild b/sci-libs/armadillo/armadillo-3.6.3-r1.ebuild index b7bd2893a..0258f257f 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 |