summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-17 15:49:00 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-17 15:49:00 +0000
commita850bb9d3394bcc29cb8e6b87415a506c5bf003c (patch)
tree3e87678d02209972a11d0deedaac518b7aa9eb05 /net-irc/rbot
parentOnly install html API documentation with USE=doc (diff)
downloadgentoo-2-a850bb9d3394bcc29cb8e6b87415a506c5bf003c.tar.gz
gentoo-2-a850bb9d3394bcc29cb8e6b87415a506c5bf003c.tar.bz2
gentoo-2-a850bb9d3394bcc29cb8e6b87415a506c5bf003c.zip
fix
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-irc/rbot')
-rw-r--r--net-irc/rbot/rbot-0.9.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/rbot/rbot-0.9.7.ebuild b/net-irc/rbot/rbot-0.9.7.ebuild
index 0a53b2682b50..57356d82de8d 100644
--- a/net-irc/rbot/rbot-0.9.7.ebuild
+++ b/net-irc/rbot/rbot-0.9.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.7 2005/09/17 15:48:26 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.8 2005/09/17 15:49:00 swegener Exp $
DESCRIPTION="rbot is a ruby IRC bot"
HOMEPAGE="http://www.linuxbrit.co.uk/rbot/"
@@ -44,7 +44,7 @@ src_install() {
doins rbotconf/* || die "doins failed"
dodoc AUTHORS ChangeLog INSTALL REQUIREMENTS TODO
- ude doc && dohtml -r doc/*
+ use doc && dohtml -r doc/*
}
pkg_postinst() {