diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-03 22:40:06 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-03 22:40:06 +0000 |
commit | 4423758b6aeb0a33971d9a146a796ab5aa84b4ba (patch) | |
tree | b71b0903d7e175861f75576a1bdf3f6b0b35a1a6 /net-irc/rbot/rbot-0.9.7.ebuild | |
parent | version bumped to the latest pre-release; fixes security bug #91303; add the ... (diff) | |
download | gentoo-2-4423758b6aeb0a33971d9a146a796ab5aa84b4ba.tar.gz gentoo-2-4423758b6aeb0a33971d9a146a796ab5aa84b4ba.tar.bz2 gentoo-2-4423758b6aeb0a33971d9a146a796ab5aa84b4ba.zip |
Added missing || to dependencies.
(Portage version: 2.0.51.21)
Diffstat (limited to 'net-irc/rbot/rbot-0.9.7.ebuild')
-rw-r--r-- | net-irc/rbot/rbot-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/rbot/rbot-0.9.7.ebuild b/net-irc/rbot/rbot-0.9.7.ebuild index 3b2461932db2..90f7a10345a3 100644 --- a/net-irc/rbot/rbot-0.9.7.ebuild +++ b/net-irc/rbot/rbot-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.5 2005/05/03 19:30:24 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.6 2005/05/03 22:40:06 swegener Exp $ DESCRIPTION="rbot is a ruby IRC bot" HOMEPAGE="http://www.linuxbrit.co.uk/rbot/" @@ -15,7 +15,7 @@ RDEPEND="|| ( >=virtual/ruby-1.8 ( =virtual/ruby-1.6* - ( + || ( dev-ruby/shim-ruby18 dev-ruby/rexml ) |