diff options
author | 2011-11-13 19:41:07 +0000 | |
---|---|---|
committer | 2011-11-13 19:41:07 +0000 | |
commit | 0488e8d839523c12a91630afbc82440ad20d3f36 (patch) | |
tree | 2286f867e618d09eb695f7439e7a0ab263f52f91 /sci-mathematics/gfan/gfan-0.4-r1.ebuild | |
parent | another gmp tweak (diff) | |
download | gentoo-2-0488e8d839523c12a91630afbc82440ad20d3f36.tar.gz gentoo-2-0488e8d839523c12a91630afbc82440ad20d3f36.tar.bz2 gentoo-2-0488e8d839523c12a91630afbc82440ad20d3f36.zip |
Convert gmp[-nocxx] to gmp[cxx].
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/gfan/gfan-0.4-r1.ebuild')
-rw-r--r-- | sci-mathematics/gfan/gfan-0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gfan/gfan-0.4-r1.ebuild b/sci-mathematics/gfan/gfan-0.4-r1.ebuild index ae2dc7cf026c..dfb7bd2cc88b 100644 --- a/sci-mathematics/gfan/gfan-0.4-r1.ebuild +++ b/sci-mathematics/gfan/gfan-0.4-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/gfan/gfan-0.4-r1.ebuild,v 1.4 2011/08/13 07:13:05 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.4-r1.ebuild,v 1.5 2011/11/13 19:41:07 vapier Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="dev-libs/gmp[-nocxx] +DEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) sci-libs/cddlib" RDEPEND="${DEPEND}" |