diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-19 03:15:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-19 03:15:05 +0000 |
commit | 2d8569a04d2e9e4f1063a039cbac6da6a9e705c0 (patch) | |
tree | 3b6b53f42d38e67c92fcd493ff9d2d910af3e80a /app-editors/le | |
parent | Bringing back the ~sparc keywords, yay\! (Manifest recommit) (diff) | |
download | gentoo-2-2d8569a04d2e9e4f1063a039cbac6da6a9e705c0.tar.gz gentoo-2-2d8569a04d2e9e4f1063a039cbac6da6a9e705c0.tar.bz2 gentoo-2-2d8569a04d2e9e4f1063a039cbac6da6a9e705c0.zip |
always needs ncurses; error message
Diffstat (limited to 'app-editors/le')
-rw-r--r-- | app-editors/le/le-1.9.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/le/le-1.9.2.ebuild b/app-editors/le/le-1.9.2.ebuild index 6f1ce356b94e..7c768f2998e3 100644 --- a/app-editors/le/le-1.9.2.ebuild +++ b/app-editors/le/le-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.9.2.ebuild,v 1.5 2004/05/31 22:12:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.9.2.ebuild,v 1.6 2004/06/19 03:15:05 mr_bones_ Exp $ DESCRIPTION="Terminal text editor" HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" @@ -12,9 +12,9 @@ KEYWORDS="x86" IUSE="" DEPEND="virtual/glibc - ncurses? ( >=sys-libs/ncurses-5.2-r5 )" + >=sys-libs/ncurses-5.2-r5" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO } |