diff options
author | 2001-10-07 11:11:08 +0000 | |
---|---|---|
committer | 2001-10-07 11:11:08 +0000 | |
commit | 8566c8224e54c5e037ae293b1ce1f5988d93b73d (patch) | |
tree | 3dbfe935f3703a886ffb0e24357526f8dd1edc7e /net-irc/xchat | |
parent | updated (diff) | |
download | gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.tar.gz gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.tar.bz2 gentoo-2-8566c8224e54c5e037ae293b1ce1f5988d93b73d.zip |
DEPEND and /usr/X11 fixes
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/xchat-1.8.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/xchat/xchat-1.8.2-r2.ebuild b/net-irc/xchat/xchat-1.8.2-r2.ebuild index 99c7a7a30a68..915fc204c0d7 100644 --- a/net-irc/xchat/xchat-1.8.2-r2.ebuild +++ b/net-irc/xchat/xchat-1.8.2-r2.ebuild @@ -1,7 +1,7 @@ # Copyrigth 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org>, Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.2-r2.ebuild,v 1.2 2001/10/06 12:58:46 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.2-r2.ebuild,v 1.3 2001/10/07 11:11:08 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="xchat irc client" @@ -15,7 +15,7 @@ DEPEND=">=x11-libs/gtk+-1.2.10-r4 gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 >=media-libs/gdk-pixbuf-0.11.0-r1 ) ssl? ( >=dev-libs/openssl-0.9.6a )" -RDEPEND=">=x11-libs/gtk+-1.2.8 +RDEPEND=">=x11-libs/gtk+-1.2.10-r4 gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 >=media-libs/gdk-pixbuf-0.11.0-r1 ) ssl? ( >=dev-libs/openssl-0.9.6a )" |