diff options
author | Thomas Kahle <tomka@gentoo.org> | 2013-06-25 08:26:23 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2013-06-25 08:26:23 +0000 |
commit | c166285d8324f54e7abe15dcf497ebf462155c6d (patch) | |
tree | b277da37275badb90a1b501586bed0e23d86bf43 /sci-mathematics/normaliz | |
parent | Bump (diff) | |
download | gentoo-2-c166285d8324f54e7abe15dcf497ebf462155c6d.tar.gz gentoo-2-c166285d8324f54e7abe15dcf497ebf462155c6d.tar.bz2 gentoo-2-c166285d8324f54e7abe15dcf497ebf462155c6d.zip |
Respect users AR tool (bug 474532)
(Portage version: 2.1.12.9/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Diffstat (limited to 'sci-mathematics/normaliz')
-rw-r--r-- | sci-mathematics/normaliz/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/normaliz/normaliz-2.10.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-mathematics/normaliz/ChangeLog b/sci-mathematics/normaliz/ChangeLog index 2510827c7917..b5c69129166a 100644 --- a/sci-mathematics/normaliz/ChangeLog +++ b/sci-mathematics/normaliz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/normaliz # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.11 2013/05/14 07:24:11 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.12 2013/06/25 08:26:23 tomka Exp $ + + 25 Jun 2013; Thomas Kahle <tomka@gentoo.org> normaliz-2.10.ebuild: + Respect users AR tool (bug 474532) 14 May 2013; Thomas Kahle <tomka@gentoo.org> normaliz-2.10.ebuild: bump to 2.10 diff --git a/sci-mathematics/normaliz/normaliz-2.10.ebuild b/sci-mathematics/normaliz/normaliz-2.10.ebuild index b24a415addfa..5ca11ba5ec94 100644 --- a/sci-mathematics/normaliz/normaliz-2.10.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.ebuild,v 1.1 2013/05/14 07:21:21 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.ebuild,v 1.2 2013/06/25 08:26:23 tomka Exp $ EAPI=5 @@ -28,6 +28,9 @@ S=${WORKDIR}/${MYP} src_prepare () { epatch "${FILESDIR}/${P}-respect-flags.patch" + # Respect users AR tool (Bug 474532) + sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile + if use openmp && tc-has-openmp; then export OPENMP=yes else |