From 634af849500de4a391b372275cec754bf3cd435e Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 28 Jun 2004 03:23:41 +0000 Subject: QA - fix use invocation --- dev-util/larch/ChangeLog | 5 ++++- dev-util/larch/larch-1.0_pre0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-util/larch') diff --git a/dev-util/larch/ChangeLog b/dev-util/larch/ChangeLog index e4f4b648b403..e6ce45324c49 100644 --- a/dev-util/larch/ChangeLog +++ b/dev-util/larch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/larch # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/ChangeLog,v 1.2 2004/06/25 02:39:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/ChangeLog,v 1.3 2004/06/28 03:22:14 agriffis Exp $ + + 27 Jun 2004; Aron Griffis larch-1.0_pre0.ebuild: + QA - fix use invocation *larch-1.0_pre0 (04 Oct 2003) diff --git a/dev-util/larch/larch-1.0_pre0.ebuild b/dev-util/larch/larch-1.0_pre0.ebuild index ac2904804902..d3d3a5b5604e 100644 --- a/dev-util/larch/larch-1.0_pre0.ebuild +++ b/dev-util/larch/larch-1.0_pre0.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/larch/larch-1.0_pre0.ebuild,v 1.4 2004/06/25 02:39:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/larch-1.0_pre0.ebuild,v 1.5 2004/06/28 03:22:14 agriffis Exp $ MY_P="${P//_/}" DESCRIPTION="revision control system ideal for widely distributed development (see \"tla\" also)" @@ -74,7 +74,7 @@ src_install () { # get some docs cd ${WORKDIR}/${MY_P}/src dodoc COPYING - if [ $(use doc) ]; then + if use doc; then dohtml -r docs-larch dodoc docs-larch/ps/arch.ps fi -- cgit v1.2.3-65-gdbad