summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-06-21 13:20:11 +0000
committerSven Wegener <swegener@gentoo.org>2005-06-21 13:20:11 +0000
commit354def72ca04e602b8b9d162f4bde090740715c1 (patch)
tree0d2578508b8eb50ed47b92f2b82f8306638db1d2 /net-irc/xchatosd
parentAdjusted dependencies to work with net-irc/xchat-gnome. (diff)
downloadgentoo-2-354def72ca04e602b8b9d162f4bde090740715c1.tar.gz
gentoo-2-354def72ca04e602b8b9d162f4bde090740715c1.tar.bz2
gentoo-2-354def72ca04e602b8b9d162f4bde090740715c1.zip
Adjusted dependencies to work with net-irc/xchat-gnome.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-irc/xchatosd')
-rw-r--r--net-irc/xchatosd/ChangeLog5
-rw-r--r--net-irc/xchatosd/xchatosd-5.18.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/net-irc/xchatosd/ChangeLog b/net-irc/xchatosd/ChangeLog
index 52928ec631d6..fb6bb3e03f8e 100644
--- a/net-irc/xchatosd/ChangeLog
+++ b/net-irc/xchatosd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/xchatosd
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.13 2005/04/22 14:49:40 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.14 2005/06/21 13:18:26 swegener Exp $
+
+ 21 Jun 2005; Sven Wegener <swegener@gentoo.org> xchatosd-5.18.ebuild:
+ Adjusted dependencies to work with net-irc/xchat-gnome.
22 Apr 2005; Sven Wegener <swegener@gentoo.org>
-files/5.12-return-values.patch, -xchatosd-5.12.ebuild,
diff --git a/net-irc/xchatosd/xchatosd-5.18.ebuild b/net-irc/xchatosd/xchatosd-5.18.ebuild
index 265569ed920c..26ee991223fa 100644
--- a/net-irc/xchatosd/xchatosd-5.18.ebuild
+++ b/net-irc/xchatosd/xchatosd-5.18.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/xchatosd/xchatosd-5.18.ebuild,v 1.4 2005/04/22 14:49:40 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.18.ebuild,v 1.5 2005/06/21 13:18:26 swegener Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -13,7 +13,10 @@ KEYWORDS="x86 ~ppc ~amd64 ~ia64"
IUSE="iconv"
RDEPEND=">=x11-libs/xosd-2.2.5
- >=net-irc/xchat-2.0.9"
+ || (
+ >=net-irc/xchat-2.0.9
+ >=net-irc/xchat-gnome-0.4
+ )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"