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-ftp | |
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-ftp')
-rw-r--r-- | net-ftp/gftp/gftp-2.0.10.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/gftp/gftp-2.0.11.ebuild | 2 | ||||
-rw-r--r-- | net-ftp/gftp/gftp-2.0.8.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-ftp/gftp/gftp-2.0.10.ebuild b/net-ftp/gftp/gftp-2.0.10.ebuild index fa787ae6b59a..a33ec8c1a4ef 100644 --- a/net-ftp/gftp/gftp-2.0.10.ebuild +++ b/net-ftp/gftp/gftp-2.0.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Authors Achim Gottinger <achim@gentoo.org>, Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.10.ebuild,v 1.2 2002/04/12 19:05:09 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.10.ebuild,v 1.3 2002/05/23 06:50:15 seemant Exp $ S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="Gnome based FTP Client" SRC_URI="http://www.gftp.org/${P}.tar.gz" HOMEPAGE="http://www.gftp.org" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND="=x11-libs/gtk+-1.2* =dev-libs/glib-1.2* >=x11-base/xfree-4.1.0 nls? ( sys-devel/gettext )" diff --git a/net-ftp/gftp/gftp-2.0.11.ebuild b/net-ftp/gftp/gftp-2.0.11.ebuild index b655ec7b9504..04e332b197ae 100644 --- a/net-ftp/gftp/gftp-2.0.11.ebuild +++ b/net-ftp/gftp/gftp-2.0.11.ebuild @@ -3,7 +3,7 @@ DESCRIPTION="Gnome based FTP Client" SRC_URI="http://www.gftp.org/${P}.tar.gz" HOMEPAGE="http://www.gftp.org" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND="=x11-libs/gtk+-1.2* =dev-libs/glib-1.2* >=x11-base/xfree-4.1.0 nls? ( sys-devel/gettext )" diff --git a/net-ftp/gftp/gftp-2.0.8.ebuild b/net-ftp/gftp/gftp-2.0.8.ebuild index 0d6a7d41be4a..1c6f612a7efe 100644 --- a/net-ftp/gftp/gftp-2.0.8.ebuild +++ b/net-ftp/gftp/gftp-2.0.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> # /home/cvsroot/gentoo-x86/gnome-apps/gedit/gedit-0.9.4.ebuild,v 1.4 2000/11/27 16:20:46 achim Exp -# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.8.ebuild,v 1.5 2001/10/07 11:11:08 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gftp/gftp-2.0.8.ebuild,v 1.6 2002/05/23 06:50:15 seemant Exp $ A=${P}.tar.gz @@ -11,7 +11,7 @@ DESCRIPTION="Gnome based FTP Client" SRC_URI="http://gftp.seul.org/${A}" HOMEPAGE="http://gftp.seul.org" -DEPEND=">=x11-libs/gtk+-1.2.10-r4 +DEPEND="=x11-libs/gtk+-1.2* nls? ( sys-devel/gettext )" |