diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-14 11:26:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-14 11:26:12 +0000 |
commit | 8a8901ad930898235f0e5b66bfff4ffc84bdb8de (patch) | |
tree | 104e7b1af58f902e824be3a416325eb005b3b05e /sci-mathematics/4ti2 | |
parent | QA: cxx conditional was broken, fix it. (diff) | |
download | gentoo-2-8a8901ad930898235f0e5b66bfff4ffc84bdb8de.tar.gz gentoo-2-8a8901ad930898235f0e5b66bfff4ffc84bdb8de.tar.bz2 gentoo-2-8a8901ad930898235f0e5b66bfff4ffc84bdb8de.zip |
QA: cxx conditional was broken, fix it.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/4ti2')
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.3.2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/4ti2/ChangeLog | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild b/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild index e9b381733095..5d83ebc3a2dc 100644 --- a/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.3.2-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/4ti2/4ti2-1.3.2-r1.ebuild,v 1.2 2011/11/13 19:30:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.3 2011/11/14 11:26:12 flameeyes Exp $ EAPI=4 @@ -17,7 +17,7 @@ IUSE="static-libs" DEPEND=" sci-mathematics/glpk[gmp] - || ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" + dev-libs/gmp[cxx]" RDEPEND="${DEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1 diff --git a/sci-mathematics/4ti2/4ti2-1.3.2.ebuild b/sci-mathematics/4ti2/4ti2-1.3.2.ebuild index 37b3a646b2fd..1772e45739e9 100644 --- a/sci-mathematics/4ti2/4ti2-1.3.2.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.3.2.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/4ti2/4ti2-1.3.2.ebuild,v 1.5 2011/11/13 19:30:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2.ebuild,v 1.6 2011/11/14 11:26:12 flameeyes Exp $ EAPI=3 @@ -16,5 +16,5 @@ KEYWORDS="amd64 x86" IUSE="static-libs" DEPEND="sci-mathematics/glpk[gmp] - || ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" + dev-libs/gmp[cxx]" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/4ti2/ChangeLog b/sci-mathematics/4ti2/ChangeLog index f95a9666314a..6ed3f0b04ea7 100644 --- a/sci-mathematics/4ti2/ChangeLog +++ b/sci-mathematics/4ti2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/4ti2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.5 2011/11/13 19:30:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.6 2011/11/14 11:26:12 flameeyes Exp $ + + 14 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> 4ti2-1.3.2-r1.ebuild, + 4ti2-1.3.2.ebuild: + QA: cxx conditional was broken, fix it. 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> 4ti2-1.3.2.ebuild, 4ti2-1.3.2-r1.ebuild: |