diff options
Diffstat (limited to 'app-editors/teco/teco-1.00-r3.ebuild')
-rw-r--r-- | app-editors/teco/teco-1.00-r3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-editors/teco/teco-1.00-r3.ebuild b/app-editors/teco/teco-1.00-r3.ebuild index f44ee3a9e7d9..a9a6addeb0c6 100644 --- a/app-editors/teco/teco-1.00-r3.ebuild +++ b/app-editors/teco/teco-1.00-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.1 2005/08/21 17:41:07 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/teco/teco-1.00-r3.ebuild,v 1.2 2005/08/21 19:36:03 taviso Exp $ inherit toolchain-funcs flag-o-matic @@ -17,9 +17,8 @@ SLOT="0" KEYWORDS="~alpha ~ppc ~x86" IUSE="doc" -RDEPEND="virtual/libc" -DEPEND="${DEPEND} - >=sys-apps/sed-4" +RDEPEND="sys-libs/ncurses" +DEPEND="${DEPEND}" PROVIDE="virtual/editor" S=${WORKDIR} |