diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-24 07:17:41 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-24 07:17:41 +0000 |
commit | db68dc772902904f844379d4331fe2dc68acff7e (patch) | |
tree | a4629048817a3c1ec351dc6237d83fa16af2d840 /dev-util/gcvs | |
parent | applied qt-3.0.5 patch to kdepim. Fixes #387. Thanks to Richard D. Jackson fo... (diff) | |
download | historical-db68dc772902904f844379d4331fe2dc68acff7e.tar.gz historical-db68dc772902904f844379d4331fe2dc68acff7e.tar.bz2 historical-db68dc772902904f844379d4331fe2dc68acff7e.zip |
change deps to libglademm, so things work with gcc-3.1
Diffstat (limited to 'dev-util/gcvs')
-rw-r--r-- | dev-util/gcvs/gcvs-1.0_beta3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gcvs/gcvs-1.0_beta3.ebuild b/dev-util/gcvs/gcvs-1.0_beta3.ebuild index c9aa73b393a4..c481b395de26 100644 --- a/dev-util/gcvs/gcvs-1.0_beta3.ebuild +++ b/dev-util/gcvs/gcvs-1.0_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/gcvs/gcvs-1.0_beta3.ebuild,v 1.3 2002/07/23 11:22:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gcvs/gcvs-1.0_beta3.ebuild,v 1.4 2002/07/24 07:17:41 lostlogic Exp $ MY_P=${P/eta/} MY_P=${MY_P/_/} @@ -17,7 +17,7 @@ DEPEND="=x11-libs/gtk+-1.2* >=dev-lang/tcl-8.3.3 sys-devel/perl sys-devel/bison - dev-util/glademm" + gnome-extra/libglademm" RDEPEND="${DEPEND} >=dev-util/cvs-1.11-r1" |