diff options
Diffstat (limited to 'net-irc/bobotpp/bobotpp-2.1.6.ebuild')
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/bobotpp/bobotpp-2.1.6.ebuild b/net-irc/bobotpp/bobotpp-2.1.6.ebuild index 6ecf94a0de90..b38b3b659492 100644 --- a/net-irc/bobotpp/bobotpp-2.1.6.ebuild +++ b/net-irc/bobotpp/bobotpp-2.1.6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.6.ebuild,v 1.2 2005/04/22 15:50:48 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.6.ebuild,v 1.3 2005/05/01 18:06:09 hansmi Exp $ DESCRIPTION="A flexible IRC bot scriptable in scheme" HOMEPAGE="http://unknownlamer.org/code/bobot.html" SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="guile" DEPEND="guile? ( dev-util/guile )" |