summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-irc/xchat-xsys/ChangeLog6
-rw-r--r--net-irc/xchat-xsys/xchat-xsys-2.0.5.ebuild7
-rw-r--r--net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild7
3 files changed, 15 insertions, 5 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog
index 1433bb94dc7c..03d6dcd7293a 100644
--- a/net-irc/xchat-xsys/ChangeLog
+++ b/net-irc/xchat-xsys/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat-xsys
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.20 2005/06/20 18:49:00 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.21 2005/06/21 13:14:51 swegener Exp $
+
+ 21 Jun 2005; Sven Wegener <swegener@gentoo.org> xchat-xsys-2.0.5.ebuild,
+ xchat-xsys-2.0.6-r1.ebuild:
+ Adjusted dependencies to work with net-irc/xchat-gnome.
*xchat-xsys-2.0.6-r1 (20 Jun 2005)
diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.5.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.5.ebuild
index 1ee5f970b03e..29603c87b33f 100644
--- a/net-irc/xchat-xsys/xchat-xsys-2.0.5.ebuild
+++ b/net-irc/xchat-xsys/xchat-xsys-2.0.5.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/xchat-xsys/xchat-xsys-2.0.5.ebuild,v 1.4 2005/06/19 17:21:00 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.5.ebuild,v 1.5 2005/06/21 13:14:51 swegener Exp $
inherit toolchain-funcs
@@ -15,7 +15,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 x86"
IUSE="bmp xmms buttons"
-DEPEND=">=net-irc/xchat-2.4.0
+DEPEND="|| (
+ >=net-irc/xchat-2.4.0
+ >=net-irc/xchat-gnome-0.4
+ )
bmp? ( media-plugins/bmp-infopipe )
xmms? ( media-plugins/xmms-infopipe )"
diff --git a/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild
index b590704d3604..83c1053aad70 100644
--- a/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild
+++ b/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.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/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild,v 1.1 2005/06/20 18:49:00 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.0.6-r1.ebuild,v 1.2 2005/06/21 13:14:51 swegener Exp $
inherit toolchain-funcs eutils
@@ -15,7 +15,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
IUSE="bmp xmms buttons"
-DEPEND=">=net-irc/xchat-2.4.0
+DEPEND="|| (
+ >=net-irc/xchat-2.4.0
+ >=net-irc/xchat-gnome-0.4
+ )
sys-apps/pciutils
bmp? ( media-plugins/bmp-infopipe )
xmms? ( media-plugins/xmms-infopipe )"