summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-10-12 09:40:47 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-10-12 09:40:47 +0000
commitd26957b4628812655814df1a647803a5a428dcd8 (patch)
treedda101c6b5a353ce74843695bde5394529961f79 /app-editors/kvim
parentdead symlink removal and pkg_postinst no longer blindly creates a new databas... (diff)
downloadgentoo-2-d26957b4628812655814df1a647803a5a428dcd8.tar.gz
gentoo-2-d26957b4628812655814df1a647803a5a428dcd8.tar.bz2
gentoo-2-d26957b4628812655814df1a647803a5a428dcd8.zip
fixed dependency
Diffstat (limited to 'app-editors/kvim')
-rw-r--r--app-editors/kvim/ChangeLog5
-rw-r--r--app-editors/kvim/kvim-6.1.141.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/kvim/ChangeLog b/app-editors/kvim/ChangeLog
index b3d296769516..7704766076ba 100644
--- a/app-editors/kvim/ChangeLog
+++ b/app-editors/kvim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/kvim
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/kvim/ChangeLog,v 1.3 2002/10/09 10:50:48 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/kvim/ChangeLog,v 1.4 2002/10/12 09:40:47 hannes Exp $
+
+ 12 Oct 2002; Hannes Mehnert <hannes@gentoo.org> kvim-6.1.141.ebuild:
+ fixed dependency (bug #8981), thanks to alextxm@tin.it
*kvim-6.1.141 (09 Oct 2002)
diff --git a/app-editors/kvim/kvim-6.1.141.ebuild b/app-editors/kvim/kvim-6.1.141.ebuild
index 6dddc0bb092f..193ee67c95b2 100644
--- a/app-editors/kvim/kvim-6.1.141.ebuild
+++ b/app-editors/kvim/kvim-6.1.141.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/kvim/kvim-6.1.141.ebuild,v 1.2 2002/10/09 10:52:53 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/kvim/kvim-6.1.141.ebuild,v 1.3 2002/10/12 09:40:47 hannes Exp $
IUSE="python gpm nls ruby perl"
@@ -13,7 +13,7 @@ SRC_URI="http://www.freenux.org/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.freehackers.org/${PN}"
LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"
-newdepend "=app-editors/vim-core-6.1
+newdepend ">=app-editors/vim-core-6.1
dev-util/cscope
>=sys-libs/ncurses-5.2-r2
gpm? ( >=sys-libs/gpm-1.19.3 )