diff options
author | David Holm <dholm@gentoo.org> | 2004-07-16 09:28:29 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-16 09:28:29 +0000 |
commit | ea67665cf94484c6fe69d19b85bc26811c370ef0 (patch) | |
tree | c7c72d24115574049b74768d6bbd655b82cd3eca /net-irc/bobotpp/bobotpp-2.1.4.ebuild | |
parent | Added to ~ppc (Manifest recommit) (Manifest recommit) (diff) | |
download | gentoo-2-ea67665cf94484c6fe69d19b85bc26811c370ef0.tar.gz gentoo-2-ea67665cf94484c6fe69d19b85bc26811c370ef0.tar.bz2 gentoo-2-ea67665cf94484c6fe69d19b85bc26811c370ef0.zip |
Added to ~ppc
Diffstat (limited to 'net-irc/bobotpp/bobotpp-2.1.4.ebuild')
-rw-r--r-- | net-irc/bobotpp/bobotpp-2.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/bobotpp/bobotpp-2.1.4.ebuild b/net-irc/bobotpp/bobotpp-2.1.4.ebuild index f55983a3f309..ea1f9dc68e48 100644 --- a/net-irc/bobotpp/bobotpp-2.1.4.ebuild +++ b/net-irc/bobotpp/bobotpp-2.1.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.4.ebuild,v 1.1 2004/07/13 19:13:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.1.4.ebuild,v 1.2 2004/07/16 09:25:43 dholm Exp $ DESCRIPTION="A flexible IRC bot scriptable in scheme" HOMEPAGE="http://savannah.nongnu.org/projects/bobotpp/" SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="guile" DEPEND="guile? ( dev-util/guile )" |