summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/zile/ChangeLog6
-rw-r--r--app-editors/zile/zile-2.0.0.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog
index e03c5f24dc60..3d24162f7232 100644
--- a/app-editors/zile/ChangeLog
+++ b/app-editors/zile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/zile
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.13 2005/02/11 13:05:52 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.14 2005/03/05 14:38:18 usata Exp $
+
+ 05 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> zile-2.0.0.ebuild:
+ Changed to use libtermcap-compat; bug #82674.
+ Thanks to keith+gentoo@merelyclay.com.
*zile-2.0.0 (11 Feb 2005)
diff --git a/app-editors/zile/zile-2.0.0.ebuild b/app-editors/zile/zile-2.0.0.ebuild
index 0c742b766c50..e1591f17cc05 100644
--- a/app-editors/zile/zile-2.0.0.ebuild
+++ b/app-editors/zile/zile-2.0.0.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/zile/zile-2.0.0.ebuild,v 1.1 2005/02/11 13:05:52 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.0.0.ebuild,v 1.2 2005/03/05 14:38:18 usata Exp $
inherit eutils
@@ -14,8 +14,9 @@ SLOT="0"
KEYWORDS="~x86 ~alpha ~ppc ~amd64"
IUSE=""
-RDEPEND=">=sys-libs/ncurses-5.2"
-DEPEND=">=dev-util/gperf-2.7.2
+RDEPEND="sys-libs/libtermcap-compat"
+DEPEND="${RDEPEND}
+ >=dev-util/gperf-2.7.2
>=sys-apps/texinfo-4.3"
S="${WORKDIR}/${MY_P}"