summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-13 19:38:32 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-13 19:38:32 +0000
commit43fb7be2edfeb9b263b2143e10b70b9d9886b815 (patch)
treee67db92bcbcacd152df19cfeb33c19b5afde5633 /sci-mathematics
parentRespect CXXFLAGS thanks to Agostino Sarubbo (ago). Bug #387741 (diff)
downloadgentoo-2-43fb7be2edfeb9b263b2143e10b70b9d9886b815.tar.gz
gentoo-2-43fb7be2edfeb9b263b2143e10b70b9d9886b815.tar.bz2
gentoo-2-43fb7be2edfeb9b263b2143e10b70b9d9886b815.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/frobby/ChangeLog7
-rw-r--r--sci-mathematics/frobby/frobby-0.8.2-r1.ebuild9
2 files changed, 10 insertions, 6 deletions
diff --git a/sci-mathematics/frobby/ChangeLog b/sci-mathematics/frobby/ChangeLog
index c5c46950a504..029947ec4cde 100644
--- a/sci-mathematics/frobby/ChangeLog
+++ b/sci-mathematics/frobby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/frobby
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/ChangeLog,v 1.4 2010/12/20 00:50:26 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/ChangeLog,v 1.5 2011/11/13 19:38:32 vapier Exp $
+
+ 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> frobby-0.8.2-r1.ebuild:
+ Convert gmp[-nocxx] to gmp[cxx].
20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> frobby-0.8.2-r1.ebuild:
Stable on amd64 wrt bug #348639
diff --git a/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild b/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild
index 6b5bcd9e7e4e..e6834149ee36 100644
--- a/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild
+++ b/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild,v 1.4 2010/12/20 00:50:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild,v 1.5 2011/11/13 19:38:32 vapier Exp $
EAPI=2
@@ -9,13 +9,14 @@ inherit eutils
DESCRIPTION="Frobby is a software system and project for computations with monomial ideals"
HOMEPAGE="http://www.broune.com/frobby/"
SRC_URI="http://www.broune.com/frobby/frobby_v${PV}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
-DEPEND="dev-libs/gmp[-nocxx]
- doc? ( virtual/latex-base )"
+DEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )
+ doc? ( virtual/latex-base )"
RDEPEND="dev-libs/gmp[-nocxx]"
S="${WORKDIR}/frobby_v${PV}"