diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-10-12 13:12:16 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-10-12 13:12:16 +0000 |
commit | fa54985c167806d1c1b16b0ffe1f4308720afe7b (patch) | |
tree | 155a650257d1c86f65b591f7d1d1ade69debcb03 /app-editors | |
parent | Portage-2.0.39 (diff) | |
download | historical-fa54985c167806d1c1b16b0ffe1f4308720afe7b.tar.gz historical-fa54985c167806d1c1b16b0ffe1f4308720afe7b.tar.bz2 historical-fa54985c167806d1c1b16b0ffe1f4308720afe7b.zip |
fixed dependency of kvim-6.1.141_rc2
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/kvim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/kvim/kvim-6.1.141_rc2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/kvim/ChangeLog b/app-editors/kvim/ChangeLog index 7704766076ba..cd37a2d3c73a 100644 --- a/app-editors/kvim/ChangeLog +++ b/app-editors/kvim/ChangeLog @@ -1,7 +1,10 @@ # 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.4 2002/10/12 09:40:47 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kvim/ChangeLog,v 1.5 2002/10/12 13:12:16 hannes Exp $ + 12 Oct 2002; Hannes Mehnert <hannes@gentoo.org> kvim-6.1.141_rc2.ebuild: + fixed dependency + 12 Oct 2002; Hannes Mehnert <hannes@gentoo.org> kvim-6.1.141.ebuild: fixed dependency (bug #8981), thanks to alextxm@tin.it diff --git a/app-editors/kvim/kvim-6.1.141_rc2.ebuild b/app-editors/kvim/kvim-6.1.141_rc2.ebuild index b60594a59598..147253e118ec 100644 --- a/app-editors/kvim/kvim-6.1.141_rc2.ebuild +++ b/app-editors/kvim/kvim-6.1.141_rc2.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_rc2.ebuild,v 1.3 2002/10/05 05:39:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kvim/kvim-6.1.141_rc2.ebuild,v 1.4 2002/10/12 13:12:16 hannes Exp $ IUSE="python gpm nls ruby perl" @@ -13,7 +13,7 @@ SRC_URI="http://www.freehackers.org/${PN}/dl/${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 ) |