diff options
author | Thomas Kahle <tomka@gentoo.org> | 2014-06-09 09:56:12 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2014-06-09 09:56:12 +0000 |
commit | 91e5483b6a5038d8e773aba107b043bd1d83406b (patch) | |
tree | 9bf67d04f947415e5c4730dec303dd72464d1f95 /sci-mathematics/normaliz | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-91e5483b6a5038d8e773aba107b043bd1d83406b.tar.gz gentoo-2-91e5483b6a5038d8e773aba107b043bd1d83406b.tar.bz2 gentoo-2-91e5483b6a5038d8e773aba107b043bd1d83406b.zip |
Spread more death
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'sci-mathematics/normaliz')
-rw-r--r-- | sci-mathematics/normaliz/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/normaliz/normaliz-2.10.1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/normaliz/normaliz-2.11.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/normaliz/ChangeLog b/sci-mathematics/normaliz/ChangeLog index f5b51b53288a..843031ad5fb7 100644 --- a/sci-mathematics/normaliz/ChangeLog +++ b/sci-mathematics/normaliz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/normaliz # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.17 2014/06/09 09:52:08 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.18 2014/06/09 09:56:12 tomka Exp $ + + 09 Jun 2014; Thomas Kahle <tomka@gentoo.org> normaliz-2.10.1.ebuild, + normaliz-2.11.ebuild: + Spread more death 09 Jun 2014; Chema Alonso <nimiux@gentoo.org> normaliz-2.10.1.ebuild: Stable for amd64 wrt bug #509002 diff --git a/sci-mathematics/normaliz/normaliz-2.10.1.ebuild b/sci-mathematics/normaliz/normaliz-2.10.1.ebuild index 8253e6b19e58..9b394950820d 100644 --- a/sci-mathematics/normaliz/normaliz-2.10.1.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.1.ebuild,v 1.2 2014/06/09 09:52:08 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.1.ebuild,v 1.3 2014/06/09 09:56:12 tomka Exp $ EAPI=5 @@ -30,7 +30,7 @@ src_prepare () { epatch "${FILESDIR}/${PN}-${MYPV}-respect-flags.patch" # Respect users AR tool (Bug 474532) - sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile + sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile || die if use openmp && tc-has-openmp; then export OPENMP=yes diff --git a/sci-mathematics/normaliz/normaliz-2.11.ebuild b/sci-mathematics/normaliz/normaliz-2.11.ebuild index 19a34550c6b5..22c648075865 100644 --- a/sci-mathematics/normaliz/normaliz-2.11.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild,v 1.1 2014/05/09 13:36:16 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild,v 1.2 2014/06/09 09:56:12 tomka Exp $ EAPI=5 @@ -30,7 +30,7 @@ src_prepare () { epatch "${FILESDIR}/${PN}-${MYPV}-respect-flags.patch" # Respect users AR tool (Bug 474532) - sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile + sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile || die if use openmp && tc-has-openmp; then export OPENMP=yes |