diff options
author | 2004-03-17 01:46:14 +0000 | |
---|---|---|
committer | 2004-03-17 01:46:14 +0000 | |
commit | 591a8652f93196f22a23ac644fc685e496398468 (patch) | |
tree | 60ad825764d690a0fcb7d3156871a87233ddde9e /app-editors | |
parent | stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-591a8652f93196f22a23ac644fc685e496398468.tar.gz gentoo-2-591a8652f93196f22a23ac644fc685e496398468.tar.bz2 gentoo-2-591a8652f93196f22a23ac644fc685e496398468.zip |
remove slang from IUSE
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-1.0.9-r2.ebuild | 12 |
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 } |