summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-mathematics/frobby/ChangeLog5
-rw-r--r--sci-mathematics/frobby/frobby-0.8.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/frobby/ChangeLog b/sci-mathematics/frobby/ChangeLog
index ac8f78255ca9..f4749e4e2dea 100644
--- a/sci-mathematics/frobby/ChangeLog
+++ b/sci-mathematics/frobby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/frobby
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/ChangeLog,v 1.6 2011/11/13 19:40:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/ChangeLog,v 1.7 2011/11/14 11:26:47 flameeyes Exp $
+
+ 14 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> frobby-0.8.2-r1.ebuild:
+ QA: cxx conditional was broken, fix it.
13 Nov 2011; Mike Frysinger <vapier@gentoo.org> frobby-0.8.2-r1.ebuild:
Convert gmp[-nocxx] to gmp[cxx].
diff --git a/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild b/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild
index 35aee5cab73d..035581619694 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-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.6 2011/11/13 19:40:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild,v 1.7 2011/11/14 11:26:47 flameeyes Exp $
EAPI=2
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
-RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )"
+RDEPEND="dev-libs/gmp[cxx]"
DEPEND="${RDEPEND}
doc? ( virtual/latex-base )"