summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-23 06:50:21 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-23 06:50:21 +0000
commitd80e4d7b812de76012302ab154b8b8a0c706640a (patch)
tree6852e43ed8f4895d9f241cf248a7f2efd48fe35d /app-editors/scite
parentupdating bb when I should be asleep (diff)
downloadgentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz
gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2
gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip
gtk 1.2 dependency listing fixes
Diffstat (limited to 'app-editors/scite')
-rw-r--r--app-editors/scite/scite-1.4.1.ebuild6
-rw-r--r--app-editors/scite/scite-1.4.5.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/scite/scite-1.4.1.ebuild b/app-editors/scite/scite-1.4.1.ebuild
index 8e3db8192f10..e4c2f3333592 100644
--- a/app-editors/scite/scite-1.4.1.ebuild
+++ b/app-editors/scite/scite-1.4.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Taras Glek <taras.glek@home.com>
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.1.ebuild,v 1.1 2001/12/06 13:45:10 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.1.ebuild,v 1.2 2002/05/23 06:50:08 seemant Exp $
S=${WORKDIR}/$PN/gtk
MY_PV=141
@@ -9,9 +9,9 @@ DESCRIPTION="A very powerful editor for programmers"
SRC_URI="http://www.scintilla.org/${PN}${MY_PV}.tgz"
HOMEPAGE="http://www.scintilla.org"
-DEPEND=">=x11-libs/gtk+-1.2.10-r4
+DEPEND="=x11-libs/gtk+-1.2*
gnome? ( gnome-base/gnome-core )"
-RDEPEND=">=x11-libs/gtk+-1.2.10-r4"
+RDEPEND="=x11-libs/gtk+-1.2*"
src_compile() {
diff --git a/app-editors/scite/scite-1.4.5.ebuild b/app-editors/scite/scite-1.4.5.ebuild
index f4327e0ef107..dab832ff11a9 100644
--- a/app-editors/scite/scite-1.4.5.ebuild
+++ b/app-editors/scite/scite-1.4.5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Taras Glek <taras.glek@home.com>
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.5.ebuild,v 1.1 2002/04/11 01:56:01 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.4.5.ebuild,v 1.2 2002/05/23 06:50:08 seemant Exp $
S=${WORKDIR}/$PN/gtk
MY_PV=145
@@ -10,7 +10,7 @@ SRC_URI="http://www.scintilla.org/${PN}${MY_PV}.tgz"
HOMEPAGE="http://www.scintilla.org"
DEPEND="virtual/glibc
- >=x11-libs/gtk+-1.2.10"
+ =x11-libs/gtk+-1.2*"
src_compile() {
make -C ../../scintilla/gtk || die