summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-11-14 11:28:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-11-14 11:28:36 +0000
commit2ca0a9808320e6f82cf9eff463cc7b4dc31970bc (patch)
tree286bacfab8c85b77ea2dce9151de051414e427ed /sci-mathematics/normaliz/normaliz-2.7.ebuild
parentQA: cxx conditional was broken, fix it. (diff)
downloadgentoo-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/normaliz/normaliz-2.7.ebuild')
-rw-r--r--sci-mathematics/normaliz/normaliz-2.7.ebuild4
1 files changed, 2 insertions, 2 deletions
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"