diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-08-21 19:36:03 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-08-21 19:36:03 +0000 |
commit | c3f17608186a322ab0932513ef08d641dccd87db (patch) | |
tree | 26441ea76932ba67900029f6a1ce5df98c749a9c | |
parent | fix error message when failing to find gtkhtml2 module. (diff) | |
download | gentoo-2-c3f17608186a322ab0932513ef08d641dccd87db.tar.gz gentoo-2-c3f17608186a322ab0932513ef08d641dccd87db.tar.bz2 gentoo-2-c3f17608186a322ab0932513ef08d641dccd87db.zip |
(Portage version: 2.0.51.19)
-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} |