summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-17 01:46:14 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-17 01:46:14 +0000
commitc3deff19b1f076ebf083058784aa69fb01b98504 (patch)
treed7068340c45ee070e15ee359123d57e0b92b6aa8 /app-editors
parentstable on sparc (diff)
downloadhistorical-c3deff19b1f076ebf083058784aa69fb01b98504.tar.gz
historical-c3deff19b1f076ebf083058784aa69fb01b98504.tar.bz2
historical-c3deff19b1f076ebf083058784aa69fb01b98504.zip
remove slang from IUSE
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nano/nano-1.0.9-r2.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/nano/nano-1.0.9-r2.ebuild b/app-editors/nano/nano-1.0.9-r2.ebuild
index ea7927c6e0e3..b55d643f3827 100644
--- a/app-editors/nano/nano-1.0.9-r2.ebuild
+++ b/app-editors/nano/nano-1.0.9-r2.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.0.9-r2.ebuild,v 1.7 2003/02/13 06:57:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.0.9-r2.ebuild,v 1.8 2004/03/17 01:46:14 vapier Exp $
DESCRIPTION="clone of Pico with more functions in a smaller size"
-SRC_URI="http://www.nano-editor.org/dist/v1.0/${P}.tar.gz"
HOMEPAGE="http://www.nano-editor.org/"
+SRC_URI="http://www.nano-editor.org/dist/v1.0/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc alpha mips hppa"
-IUSE="nls build slang"
+IUSE="nls build"
DEPEND=">=sys-libs/ncurses-5.2
nls? ( sys-devel/gettext )"
@@ -21,7 +21,7 @@ src_compile() {
use nls || myconf="${myconf} --disable-nls"
use build && myconf="${myconf} --disable-wrapping-as-root"
- econf ${myconf}
+ econf ${myconf} || die
emake || die
}