diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:40:16 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:40:16 +0000 |
commit | 9a4692076c2d79e9876b975f4f5651ff65224903 (patch) | |
tree | 738e537f0c886168769c1013a0da7032017fda09 /net-irc/bobotpp | |
parent | Stable on x86 since this actually works, d1x is busted, and descent1-maps com... (diff) | |
download | gentoo-2-9a4692076c2d79e9876b975f4f5651ff65224903.tar.gz gentoo-2-9a4692076c2d79e9876b975f4f5651ff65224903.tar.bz2 gentoo-2-9a4692076c2d79e9876b975f4f5651ff65224903.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'net-irc/bobotpp')
-rw-r--r-- | net-irc/bobotpp/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index 15d583aeb488..955ad39cd0ed 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bobotpp -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.10 2005/09/02 12:59:16 swegener Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.11 2007/01/10 17:40:16 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> bobotpp-2.1.6.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. *bobotpp-2.1.8 (02 Sep 2005) diff --git a/net-irc/bobotpp/bobotpp-2.1.6.ebuild b/net-irc/bobotpp/bobotpp-2.1.6.ebuild index 889afc258f84..601e4cd321d8 100644 --- a/net-irc/bobotpp/bobotpp-2.1.6.ebuild +++ b/net-irc/bobotpp/bobotpp-2.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 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.4 2005/06/01 18:40:09 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.6.ebuild,v 1.5 2007/01/10 17:40:16 hkbst Exp $ DESCRIPTION="A flexible IRC bot scriptable in scheme" HOMEPAGE="http://unknownlamer.org/code/bobot.html" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="guile" -DEPEND="guile? ( dev-util/guile )" +DEPEND="guile? ( dev-scheme/guile )" src_compile() { econf $(use_enable guile scripting) || die "econf failed" |