summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-11-14 11:26:47 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-11-14 11:26:47 +0000
commit4c107df3e5a889ad8f80a39e56918b8a39790f88 (patch)
treefb380af15e035e7d97fbc91cf01c9410c4a96a9b /sci-mathematics/frobby
parentQA: cxx conditional was broken, fix it. (diff)
downloadgentoo-2-4c107df3e5a889ad8f80a39e56918b8a39790f88.tar.gz
gentoo-2-4c107df3e5a889ad8f80a39e56918b8a39790f88.tar.bz2
gentoo-2-4c107df3e5a889ad8f80a39e56918b8a39790f88.zip
QA: cxx conditional was broken, fix it.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/frobby')
-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 )"