summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-08-01 12:56:44 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-08-01 12:56:44 +0000
commit41fbd4cf4a18cc62c4c804e81ee307f70e9d35e0 (patch)
treeaf2e90d0b10b8cabc33d4b5964ee7520f68a31fd /dev-util/bnfc/bnfc-2.1.2.ebuild
parentFix header. Tabbing. (diff)
downloadgentoo-2-41fbd4cf4a18cc62c4c804e81ee307f70e9d35e0.tar.gz
gentoo-2-41fbd4cf4a18cc62c4c804e81ee307f70e9d35e0.tar.bz2
gentoo-2-41fbd4cf4a18cc62c4c804e81ee307f70e9d35e0.zip
Fix potential issue in dev-util/bnfc mentioned in bug #223077, and dev-lang/ghc dep.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/bnfc/bnfc-2.1.2.ebuild')
-rw-r--r--dev-util/bnfc/bnfc-2.1.2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-util/bnfc/bnfc-2.1.2.ebuild b/dev-util/bnfc/bnfc-2.1.2.ebuild
index 34afdaa35773..9b80f3166c30 100644
--- a/dev-util/bnfc/bnfc-2.1.2.ebuild
+++ b/dev-util/bnfc/bnfc-2.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.6 2008/07/07 18:44:24 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.7 2009/08/01 12:56:44 kolmodin Exp $
DESCRIPTION="BNF Converter -- a sophisticated parser generator"
HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/"
@@ -11,8 +11,7 @@ KEYWORDS="~x86 ~ppc"
IUSE="doc"
-DEPEND=">=dev-lang/ghc-6.2
- !>=dev-lang/ghc-6.6
+DEPEND="<dev-lang/ghc-6.6
doc? ( virtual/latex-base )"
RDEPEND="virtual/libc"
@@ -27,8 +26,8 @@ src_install() {
dobin bnfc
if use doc ; then
cd doc
- pdflatex LBNF-report.tex
- pdflatex LBNF-report.tex
+ VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
+ VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
insinto "/usr/share/doc/${P}"
doins LBNF-report.pdf
fi