diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
commit | d80e4d7b812de76012302ab154b8b8a0c706640a (patch) | |
tree | 6852e43ed8f4895d9f241cf248a7f2efd48fe35d /net-irc/bitchx | |
parent | updating bb when I should be asleep (diff) | |
download | gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2 gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.18-r5.ebuild | 4 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.18-r5.ebuild b/net-irc/bitchx/bitchx-1.0.18-r5.ebuild index 931d5ec145c5..9c69c7862509 100644 --- a/net-irc/bitchx/bitchx-1.0.18-r5.ebuild +++ b/net-irc/bitchx/bitchx-1.0.18-r5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r5.ebuild,v 1.2 2002/04/07 10:58:39 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r5.ebuild,v 1.3 2002/05/23 06:50:15 seemant Exp $ A=ircii-pana-1.0c18.tar.gz S=${WORKDIR}/BitchX @@ -12,7 +12,7 @@ HOMEPAGE="http://www.bitchx.com/" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) - gnome? ( >=x11-libs/gtk+-1.2.10-r4 + gnome? ( =x11-libs/gtk+-1.2* >=media-libs/imlib-1.9.10-r1 >=gnome-base/gnome-libs-1.4.1.2-r1 ) esd? ( >=media-sound/esound-0.2.5 diff --git a/net-irc/bitchx/bitchx-1.0.19-r1.ebuild b/net-irc/bitchx/bitchx-1.0.19-r1.ebuild index 9621942827e6..4794f3c27b7a 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r1.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r1.ebuild,v 1.1 2002/04/23 13:40:46 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r1.ebuild,v 1.2 2002/05/23 06:50:16 seemant Exp $ MY_P=ircii-pana-${PV/.0./.0c} S=${WORKDIR}/BitchX @@ -16,7 +16,7 @@ DEPEND=">=sys-libs/ncurses-5.1 ncurses? ( sys-libs/ncurses ) esd? ( >=media-sound/esound-0.2.5 >=media-libs/audiofile-0.1.5 ) - gtk? ( >=x11-libs/gtk+-1.2* + gtk? ( =x11-libs/gtk+-1.2** >=media-libs/imlib-1.9.10-r1 )" #src_unpack() { |