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-misc/gyach | |
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-misc/gyach')
-rw-r--r-- | net-misc/gyach/gyach-0.7.5-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/gyach/gyach-0.7.5.ebuild | 4 | ||||
-rw-r--r-- | net-misc/gyach/gyach-0.7.6.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/gyach/gyach-0.7.5-r1.ebuild b/net-misc/gyach/gyach-0.7.5-r1.ebuild index 86552a30fa2b..c157fd6e6b13 100644 --- a/net-misc/gyach/gyach-0.7.5-r1.ebuild +++ b/net-misc/gyach/gyach-0.7.5-r1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="GTK+-based Yahoo! chat client" SRC_URI="http://www4.infi.net/~cpinkham/gyach/code/${P}.tar.gz" HOMEPAGE="http://www4.infi.net/~cpinkham/gyach/" -DEPEND=">=x11-libs/gtk+-1.2.0" +DEPEND="=x11-libs/gtk+-1.2*" src_compile() { ./configure --host=${CHOST} --prefix=/usr || die diff --git a/net-misc/gyach/gyach-0.7.5.ebuild b/net-misc/gyach/gyach-0.7.5.ebuild index 6d0f39aae455..91a20512870a 100644 --- a/net-misc/gyach/gyach-0.7.5.ebuild +++ b/net-misc/gyach/gyach-0.7.5.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Matthew Kennedy <mbkennedy@ieee.com> -# $Header: /var/cvsroot/gentoo-x86/net-misc/gyach/gyach-0.7.5.ebuild,v 1.1 2002/02/03 01:59:07 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gyach/gyach-0.7.5.ebuild,v 1.2 2002/05/23 06:50:17 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK+-based Yahoo! chat client" SRC_URI="http://www4.infi.net/~cpinkham/gyach/code/${P}.tar.gz" HOMEPAGE="http://www4.infi.net/~cpinkham/gyach/" -DEPEND=">=x11-libs/gtk+-1.2.0" +DEPEND="=x11-libs/gtk+-1.2*" src_compile() { ./configure --host=${CHOST} --prefix=/usr || die diff --git a/net-misc/gyach/gyach-0.7.6.ebuild b/net-misc/gyach/gyach-0.7.6.ebuild index ba745601a7d1..b6f7cab1718c 100644 --- a/net-misc/gyach/gyach-0.7.6.ebuild +++ b/net-misc/gyach/gyach-0.7.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Matthew Kennedy <mbkennedy@ieee.com> # Maintainer: Matthew Kennedy <mkennedy@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/gyach/gyach-0.7.6.ebuild,v 1.1 2002/05/01 06:03:48 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gyach/gyach-0.7.6.ebuild,v 1.2 2002/05/23 06:50:17 seemant Exp $ LICENSE="GPL-2" @@ -12,7 +12,7 @@ SRC_URI="http://www4.infi.net/~cpinkham/gyach/code/${P}.tar.gz" HOMEPAGE="http://www4.infi.net/~cpinkham/gyach/" DEPEND="virtual/glibc - >=x11-libs/gtk+-1.2.0" + =x11-libs/gtk+-1.2*" RDEPEND="${DEPEND}" |