diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-06 22:04:38 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-06 22:04:38 +0000 |
commit | b0e65a76f401b1e3395c1f9aa1466a590c8e97a2 (patch) | |
tree | eb0867731d6dfe053ff0d9a071dd532237d4aaa7 /net-irc/bobotpp | |
parent | ..and one unused patch (diff) | |
download | gentoo-2-b0e65a76f401b1e3395c1f9aa1466a590c8e97a2.tar.gz gentoo-2-b0e65a76f401b1e3395c1f9aa1466a590c8e97a2.tar.bz2 gentoo-2-b0e65a76f401b1e3395c1f9aa1466a590c8e97a2.zip |
ppc stable, bug #171419
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-irc/bobotpp')
-rw-r--r-- | net-irc/bobotpp/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/bobotpp/ChangeLog b/net-irc/bobotpp/ChangeLog index 9a28973b0005..84810b5676ba 100644 --- a/net-irc/bobotpp/ChangeLog +++ b/net-irc/bobotpp/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2007/03/19 15:14:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/ChangeLog,v 1.17 2007/04/06 22:04:38 dertobi123 Exp $ + + 06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> + bobotpp-2.2.2.ebuild: + ppc stable, bug #171419 19 Mar 2007; Raúl Porcel <armin76@gentoo.org> bobotpp-2.2.2.ebuild: x86 stable wrt bug 171419 diff --git a/net-irc/bobotpp/bobotpp-2.2.2.ebuild b/net-irc/bobotpp/bobotpp-2.2.2.ebuild index c4985708a0f8..426aa7a40da5 100644 --- a/net-irc/bobotpp/bobotpp-2.2.2.ebuild +++ b/net-irc/bobotpp/bobotpp-2.2.2.ebuild @@ -1,13 +1,13 @@ # 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.2.2.ebuild,v 1.2 2007/03/19 15:14:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.2.2.ebuild,v 1.3 2007/04/06 22:04:38 dertobi123 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="~ppc x86" +KEYWORDS="ppc x86" IUSE="guile" DEPEND="guile? ( dev-scheme/guile )" |