diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:40:39 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:40:39 +0000 |
commit | 5df70d8b9b992466aa1c10793469928d403aaf35 (patch) | |
tree | 8c33bd0eb7b90e66d978eda7b8a4ba04dd8e4908 /net-irc | |
parent | Change to work with either d1x-rebirth or d1x. (diff) | |
download | historical-5df70d8b9b992466aa1c10793469928d403aaf35.tar.gz historical-5df70d8b9b992466aa1c10793469928d403aaf35.tar.bz2 historical-5df70d8b9b992466aa1c10793469928d403aaf35.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bobotpp/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index 955ad39cd0ed..d23b03c2fa5c 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bobotpp # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.12 2007/01/10 17:40:39 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> bobotpp-2.1.7.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 10 Jan 2007; <marijn@gentoo.org> bobotpp-2.1.6.ebuild: Dependency update: dev-util/guile -> dev-scheme/guile. 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" |