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 /dev-util/gcvs | |
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 'dev-util/gcvs')
-rw-r--r-- | dev-util/gcvs/gcvs-1.0_beta2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/gcvs/gcvs-1.0_beta2.ebuild b/dev-util/gcvs/gcvs-1.0_beta2.ebuild index 4731a6a0795b..88ea7115b8e3 100644 --- a/dev-util/gcvs/gcvs-1.0_beta2.ebuild +++ b/dev-util/gcvs/gcvs-1.0_beta2.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: Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/gcvs/gcvs-1.0_beta2.ebuild,v 1.1 2002/02/10 06:12:49 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gcvs/gcvs-1.0_beta2.ebuild,v 1.2 2002/05/23 06:50:12 seemant Exp $ Z="gcvs-1.0b2" S=${WORKDIR}/${Z} @@ -9,8 +9,8 @@ DESCRIPTION="GUI frontend for CVS from the CVSGUI project" SRC_URI="http://prdownloads.sourceforge.net/cvsgui/${Z}.tar.gz" HOMEPAGE="http://cvsgui.sourceforge.net/" -DEPEND=">=x11-libs/gtk+-1.2.10 >=dev-lang/tcl-8.3.3 sys-devel/perl sys-devel/bison dev-util/glademm" -RDEPEND=">=x11-libs/gtk+-1.2.10 >=dev-lang/tcl-8.3.3 >=dev-util/cvs-1.11-r1" +DEPEND="=x11-libs/gtk+-1.2* >=dev-lang/tcl-8.3.3 sys-devel/perl sys-devel/bison dev-util/glademm" +RDEPEND="=x11-libs/gtk+-1.2* >=dev-lang/tcl-8.3.3 >=dev-util/cvs-1.11-r1" src_compile() { |