diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-11 16:53:25 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-11 16:53:25 +0000 |
commit | 2b68aec2723e236c4a6bccd568e9e961971a9fdb (patch) | |
tree | 4c686ce2585e6fcb09bd8b53dee732fe4f67defb /net-irc/rbot | |
parent | Version bumped. virtual/ruby fix (Manifest recommit) (diff) | |
download | gentoo-2-2b68aec2723e236c4a6bccd568e9e961971a9fdb.tar.gz gentoo-2-2b68aec2723e236c4a6bccd568e9e961971a9fdb.tar.bz2 gentoo-2-2b68aec2723e236c4a6bccd568e9e961971a9fdb.zip |
virtual/ruby fix
Diffstat (limited to 'net-irc/rbot')
-rw-r--r-- | net-irc/rbot/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index 3a5582d0d0e9..a1264bc6c9e2 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/rbot -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.1 2003/10/05 20:43:39 zul Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.2 2004/04/11 16:53:25 usata Exp $ + + 12 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> rbot-0.9.6.ebuild: + virtual/ruby fix *rbot-0.9.6 (05 Oct 2003) diff --git a/net-irc/rbot/rbot-0.9.6.ebuild b/net-irc/rbot/rbot-0.9.6.ebuild index 8dbf84fa8ab4..a52395788292 100644 --- a/net-irc/rbot/rbot-0.9.6.ebuild +++ b/net-irc/rbot/rbot-0.9.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.6.ebuild,v 1.1 2003/10/05 20:43:39 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.6.ebuild,v 1.2 2004/04/11 16:53:25 usata Exp $ DESCRIPTION="rbot is a ruby IRC bot" HOMEPAGE="http://www.linuxbrit.co.uk/rbot/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="spell xml" -DEPEND=">=dev-lang/ruby-1.6.8" +DEPEND="virtual/ruby" RDEPEND="${DEPEND} dev-ruby/ruby-bdb dev-ruby/rexml |