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 | 69ccd724037d7e795c2d3b3f4b3f434ef1ec8508 (patch) | |
tree | 434223bfd16928d819d8cac5d19d89964c703bbd /app-editors | |
parent | fix error message when failing to find gtkhtml2 module. (diff) | |
download | historical-69ccd724037d7e795c2d3b3f4b3f434ef1ec8508.tar.gz historical-69ccd724037d7e795c2d3b3f4b3f434ef1ec8508.tar.bz2 historical-69ccd724037d7e795c2d3b3f4b3f434ef1ec8508.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/teco/Manifest | 2 | ||||
-rw-r--r-- | app-editors/teco/teco-1.00-r3.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-editors/teco/Manifest b/app-editors/teco/Manifest index 5650326f272d..9e9b71568d91 100644 --- a/app-editors/teco/Manifest +++ b/app-editors/teco/Manifest @@ -1,4 +1,4 @@ -MD5 4c73ea27bf2122b3bacea3e48d983df9 teco-1.00-r3.ebuild 1390 +MD5 9d7ed7523d73117d0c060f5681d5dcff teco-1.00-r3.ebuild 1376 MD5 b79d3992b595f92689c5b7070fc1728c teco-1.00-r2.ebuild 1332 MD5 95a29ca4bc8a9cfd93dbb1e76c54adfc ChangeLog 1399 MD5 7510851e62ed9c830d82a0e6d068052a metadata.xml 1324 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} |