summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-03 22:40:06 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-03 22:40:06 +0000
commit4423758b6aeb0a33971d9a146a796ab5aa84b4ba (patch)
treeb71b0903d7e175861f75576a1bdf3f6b0b35a1a6 /net-irc/rbot
parentversion bumped to the latest pre-release; fixes security bug #91303; add the ... (diff)
downloadgentoo-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')
-rw-r--r--net-irc/rbot/rbot-0.9.6.ebuild4
-rw-r--r--net-irc/rbot/rbot-0.9.7.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/rbot/rbot-0.9.6.ebuild b/net-irc/rbot/rbot-0.9.6.ebuild
index a5d47d78cd88..1b83e2273500 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-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.6.ebuild,v 1.8 2005/05/03 19:30:24 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.6.ebuild,v 1.9 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 @@ DEPEND="|| (
>=virtual/ruby-1.8
(
=virtual/ruby-1.6*
- (
+ || (
dev-ruby/shim-ruby18
dev-ruby/rexml
)
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
)