diff options
Diffstat (limited to 'dev-util/gcvs/gcvs-1.0_beta2.ebuild')
-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() { |