diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-13 19:41:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-13 19:41:07 +0000 |
commit | 0488e8d839523c12a91630afbc82440ad20d3f36 (patch) | |
tree | 2286f867e618d09eb695f7439e7a0ab263f52f91 /sci-mathematics | |
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')
-rw-r--r-- | sci-mathematics/gfan/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gfan/gfan-0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gfan/gfan-0.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/gfan/ChangeLog b/sci-mathematics/gfan/ChangeLog index 647928e8c7e0..3ea06088dba6 100644 --- a/sci-mathematics/gfan/ChangeLog +++ b/sci-mathematics/gfan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gfan # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.5 2011/08/13 07:13:05 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.6 2011/11/13 19:41:07 vapier Exp $ + + 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> gfan-0.4-r1.ebuild, + gfan-0.5.ebuild: + Convert gmp[-nocxx] to gmp[cxx]. 13 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> gfan-0.4-r1.ebuild, gfan-0.5.ebuild: 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}" diff --git a/sci-mathematics/gfan/gfan-0.5.ebuild b/sci-mathematics/gfan/gfan-0.5.ebuild index ec20cf857e0f..6ec9ce26ab2a 100644 --- a/sci-mathematics/gfan/gfan-0.5.ebuild +++ b/sci-mathematics/gfan/gfan-0.5.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.5.ebuild,v 1.2 2011/08/13 07:13:05 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild,v 1.3 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}" |