summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2006-09-20 18:46:10 +0000
committerMike Kelly <pioto@gentoo.org>2006-09-20 18:46:10 +0000
commit6266173eca565bb3cc476c1251410442e1036b57 (patch)
treeefa6250072e1dfeb68f22457a7ad8a83e16e05a7 /app-editors/elvis
parentx86 (diff)
downloadhistorical-6266173eca565bb3cc476c1251410442e1036b57.tar.gz
historical-6266173eca565bb3cc476c1251410442e1036b57.tar.bz2
historical-6266173eca565bb3cc476c1251410442e1036b57.zip
Forgot a DEPEND on eselect-vi
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'app-editors/elvis')
-rw-r--r--app-editors/elvis/ChangeLog5
-rw-r--r--app-editors/elvis/elvis-2.2.0-r2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/elvis/ChangeLog b/app-editors/elvis/ChangeLog
index 4c3b17ac621b..25abf379b669 100644
--- a/app-editors/elvis/ChangeLog
+++ b/app-editors/elvis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/elvis
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/ChangeLog,v 1.26 2006/09/20 15:50:52 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/ChangeLog,v 1.27 2006/09/20 18:43:58 pioto Exp $
+
+ 20 Sep 2006; Mike Kelly <pioto@pioto.org> elvis-2.2.0-r2.ebuild:
+ Forgot a DEPEND on eselect-vi
*elvis-2.2.0-r2 (20 Sep 2006)
diff --git a/app-editors/elvis/elvis-2.2.0-r2.ebuild b/app-editors/elvis/elvis-2.2.0-r2.ebuild
index 45a6bf385cd5..f2075de5f3cd 100644
--- a/app-editors/elvis/elvis-2.2.0-r2.ebuild
+++ b/app-editors/elvis/elvis-2.2.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.2.0-r2.ebuild,v 1.1 2006/09/20 15:50:52 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.2.0-r2.ebuild,v 1.2 2006/09/20 18:43:58 pioto Exp $
inherit eutils versionator
@@ -22,7 +22,8 @@ DEPEND=">=sys-libs/ncurses-5.2
>=x11-libs/libXt-1.0.0
>=x11-libs/libXpm-3.5.4.2
>=x11-libs/libXft-2.1.8.2 )
- virtual/x11 ) )"
+ virtual/x11 ) )
+ app-admin/eselect-vi"
PROVIDE="virtual/editor"
S="${WORKDIR}/${PN}-${MY_PV}"