diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-10 21:11:35 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-10 21:11:35 +0000 |
commit | c4292127eda7077725c4dabd3cc85ac9127299bc (patch) | |
tree | 9205b8d6c07294d4dd48774a055f8dc053969e48 /net-irc | |
parent | New version of K3b (diff) | |
download | gentoo-2-c4292127eda7077725c4dabd3cc85ac9127299bc.tar.gz gentoo-2-c4292127eda7077725c4dabd3cc85ac9127299bc.tar.bz2 gentoo-2-c4292127eda7077725c4dabd3cc85ac9127299bc.zip |
added a correct dep for python.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/xchat-1.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/xchat/xchat-1.8.5.ebuild b/net-irc/xchat/xchat-1.8.5.ebuild index 621615059c5c..9b1b471d0eb7 100644 --- a/net-irc/xchat/xchat-1.8.5.ebuild +++ b/net-irc/xchat/xchat-1.8.5.ebuild @@ -1,7 +1,7 @@ # Copyrigth 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.5.ebuild,v 1.3 2001/12/06 21:33:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.5.ebuild,v 1.4 2001/12/10 21:11:35 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="xchat irc client" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.xchat.org/" DEPEND=">=x11-libs/gtk+-1.2.10-r4 perl? ( sys-devel/perl ) -python? ( >=dev-lang/python-2.0-r4 ) +python? ( >=dev-lang/python-2.1.1-r3 ) nls? ( >=sys-devel/gettext-0.10.38 ) 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 )" |