diff options
-rw-r--r-- | dev-util/bnfc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/bnfc/bnfc-2.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/bnfc/ChangeLog b/dev-util/bnfc/ChangeLog index 0632c42c35b1..e4e317534a4d 100644 --- a/dev-util/bnfc/ChangeLog +++ b/dev-util/bnfc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bnfc # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.1 2004/10/26 15:01:03 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.2 2004/11/11 11:11:49 mr_bones_ Exp $ + + 11 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> bnfc-2.1.2.ebuild: + fix use invocation *bnfc-2.1.2 (26 Oct 2004) diff --git a/dev-util/bnfc/bnfc-2.1.2.ebuild b/dev-util/bnfc/bnfc-2.1.2.ebuild index b146cc606055..3a2ea0f1f6e8 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-2004 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.1 2004/10/26 15:01:03 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.2 2004/11/11 11:11:49 mr_bones_ Exp $ DESCRIPTION="BNF Converter -- a sophisticated parser generator" HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/" @@ -28,7 +28,7 @@ src_compile() { src_install() { dobin bnfc - if [ `use doc` ] ; then + if use doc ; then cd doc pdflatex LBNF-report.tex pdflatex LBNF-report.tex |