diff options
-rw-r--r-- | net-irc/xchatosd/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/xchatosd/xchatosd-5.19.ebuild | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-irc/xchatosd/ChangeLog b/net-irc/xchatosd/ChangeLog index 443a11468d87..9b11e0f2c233 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.18 2005/08/24 23:49:25 agriffis Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.19 2006/02/19 17:32:47 swegener Exp $ + + 19 Feb 2006; Sven Wegener <swegener@gentoo.org> xchatosd-5.19.ebuild: + xchat-gnome and xchat are currently no longer compatible. 24 Aug 2005; Aron Griffis <agriffis@gentoo.org> xchatosd-5.19.ebuild: stable on ia64 diff --git a/net-irc/xchatosd/xchatosd-5.19.ebuild b/net-irc/xchatosd/xchatosd-5.19.ebuild index 753135c0550c..8fa0c98ebc31 100644 --- a/net-irc/xchatosd/xchatosd-5.19.ebuild +++ b/net-irc/xchatosd/xchatosd-5.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.19.ebuild,v 1.3 2005/08/24 23:49:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.19.ebuild,v 1.4 2006/02/19 17:32:47 swegener Exp $ inherit toolchain-funcs flag-o-matic @@ -13,10 +13,7 @@ KEYWORDS="~amd64 ia64 ~ppc x86" IUSE="iconv" RDEPEND=">=x11-libs/xosd-2.2.5 - || ( - >=net-irc/xchat-2.0.9 - >=net-irc/xchat-gnome-0.4 - )" + >=net-irc/xchat-2.0.9" DEPEND="${RDEPEND} >=sys-apps/sed-4" |