summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-13 19:42:46 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-13 19:42:46 +0000
commit28d8100868df551d6581ecc5cc0bbcb72e6abbe4 (patch)
tree6836661fc9add44c8cbdeec3ab0e5f8e6e77363e /sci-mathematics
parentConvert gmp[-nocxx] to gmp[cxx]. (diff)
downloadgentoo-2-28d8100868df551d6581ecc5cc0bbcb72e6abbe4.tar.gz
gentoo-2-28d8100868df551d6581ecc5cc0bbcb72e6abbe4.tar.bz2
gentoo-2-28d8100868df551d6581ecc5cc0bbcb72e6abbe4.zip
Convert gmp[-nocxx] to gmp[cxx].
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/normaliz/ChangeLog6
-rw-r--r--sci-mathematics/normaliz/normaliz-2.5-r1.ebuild6
-rw-r--r--sci-mathematics/normaliz/normaliz-2.7.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-mathematics/normaliz/ChangeLog b/sci-mathematics/normaliz/ChangeLog
index c75bf578a9c4..2b9edb095a4f 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.6 2011/09/25 18:15:11 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.7 2011/11/13 19:42:46 vapier Exp $
+
+ 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> normaliz-2.5-r1.ebuild,
+ normaliz-2.7.ebuild:
+ Convert gmp[-nocxx] to gmp[cxx].
25 Sep 2011; Thomas Kahle <tomka@gentoo.org> normaliz-2.7.ebuild:
EAPI=4 and missing dep on boost
diff --git a/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild b/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild
index b730d58184fa..7e8c17621085 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-2010 Gentoo Foundation
+# 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.5 2010/12/20 12:25:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.6 2011/11/13 19:42:46 vapier Exp $
EAPI=2
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="extras openmp"
-RDEPEND="dev-libs/gmp[-nocxx]"
+RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )"
DEPEND="${RDEPEND}
app-arch/unzip"
diff --git a/sci-mathematics/normaliz/normaliz-2.7.ebuild b/sci-mathematics/normaliz/normaliz-2.7.ebuild
index aeb9cf494510..b1869153d5c9 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.2 2011/09/25 18:15:11 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild,v 1.3 2011/11/13 19:42:46 vapier Exp $
EAPI=4
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="extras openmp"
-RDEPEND="dev-libs/gmp[-nocxx]"
+RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )"
DEPEND="${RDEPEND}
app-arch/unzip
dev-libs/boost"