diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-14 11:28:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-14 11:28:11 +0000 |
commit | 05ca47d4950d0c2f609e36485c1cf0c4dc483449 (patch) | |
tree | 35b27b2d3b9ee9acfeb2ade337d0360c0c6699a9 /sci-mathematics/gfan | |
parent | QA: cxx conditional was broken, fix it. (diff) | |
download | gentoo-2-05ca47d4950d0c2f609e36485c1cf0c4dc483449.tar.gz gentoo-2-05ca47d4950d0c2f609e36485c1cf0c4dc483449.tar.bz2 gentoo-2-05ca47d4950d0c2f609e36485c1cf0c4dc483449.zip |
QA: cxx conditional was broken, fix it.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/gfan')
-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 3ea06088dba6..5c7bc42e1074 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.6 2011/11/13 19:41:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.7 2011/11/14 11:28:11 flameeyes Exp $ + + 14 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> gfan-0.4-r1.ebuild, + gfan-0.5.ebuild: + QA: cxx conditional was broken, fix it. 13 Nov 2011; Mike Frysinger <vapier@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 dfb7bd2cc88b..2deb400821f5 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.5 2011/11/13 19:41:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.4-r1.ebuild,v 1.6 2011/11/14 11:28:11 flameeyes Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +DEPEND="dev-libs/gmp[cxx] sci-libs/cddlib" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/gfan/gfan-0.5.ebuild b/sci-mathematics/gfan/gfan-0.5.ebuild index 6ec9ce26ab2a..f9503ab6f526 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.3 2011/11/13 19:41:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild,v 1.4 2011/11/14 11:28:11 flameeyes Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +DEPEND="dev-libs/gmp[cxx] sci-libs/cddlib" RDEPEND="${DEPEND}" |