diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-14 11:28:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-14 11:28:36 +0000 |
commit | 2ca0a9808320e6f82cf9eff463cc7b4dc31970bc (patch) | |
tree | 286bacfab8c85b77ea2dce9151de051414e427ed /sci-mathematics | |
parent | QA: cxx conditional was broken, fix it. (diff) | |
download | gentoo-2-2ca0a9808320e6f82cf9eff463cc7b4dc31970bc.tar.gz gentoo-2-2ca0a9808320e6f82cf9eff463cc7b4dc31970bc.tar.bz2 gentoo-2-2ca0a9808320e6f82cf9eff463cc7b4dc31970bc.zip |
QA: cxx conditional was broken, fix it.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/normaliz/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/normaliz/normaliz-2.5-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/normaliz/normaliz-2.7.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/normaliz/ChangeLog b/sci-mathematics/normaliz/ChangeLog index 2b9edb095a4f..0cc9988770f7 100644 --- a/sci-mathematics/normaliz/ChangeLog +++ b/sci-mathematics/normaliz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/normaliz # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.7 2011/11/13 19:42:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.8 2011/11/14 11:28:36 flameeyes Exp $ + + 14 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> normaliz-2.5-r1.ebuild, + normaliz-2.7.ebuild: + QA: cxx conditional was broken, fix it. 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> normaliz-2.5-r1.ebuild, normaliz-2.7.ebuild: diff --git a/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild b/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild index 7e8c17621085..3f882ec6aac8 100644 --- a/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.6 2011/11/13 19:42:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.7 2011/11/14 11:28:36 flameeyes Exp $ EAPI=2 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="extras openmp" -RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" +RDEPEND="dev-libs/gmp[cxx]" DEPEND="${RDEPEND} app-arch/unzip" diff --git a/sci-mathematics/normaliz/normaliz-2.7.ebuild b/sci-mathematics/normaliz/normaliz-2.7.ebuild index b1869153d5c9..83ff89489842 100644 --- a/sci-mathematics/normaliz/normaliz-2.7.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild,v 1.3 2011/11/13 19:42:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild,v 1.4 2011/11/14 11:28:36 flameeyes Exp $ EAPI=4 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="extras openmp" -RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" +RDEPEND="dev-libs/gmp[cxx]" DEPEND="${RDEPEND} app-arch/unzip dev-libs/boost" |