diff options
author | Alex Veber <coronalvr@gentoo.org> | 2003-08-20 07:48:06 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2003-08-20 07:48:06 +0000 |
commit | 869f365038ed0693743276d2ad44da552e2c37cb (patch) | |
tree | 835f0161b0d56212dceaa816f7ae2367e21a51cd /app-editors/nano/nano-1.2.2.ebuild | |
parent | Version Bump (diff) | |
download | historical-869f365038ed0693743276d2ad44da552e2c37cb.tar.gz historical-869f365038ed0693743276d2ad44da552e2c37cb.tar.bz2 historical-869f365038ed0693743276d2ad44da552e2c37cb.zip |
removed slang completly
Diffstat (limited to 'app-editors/nano/nano-1.2.2.ebuild')
-rw-r--r-- | app-editors/nano/nano-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nano/nano-1.2.2.ebuild b/app-editors/nano/nano-1.2.2.ebuild index e25fbf53316e..f9f5e04530ed 100644 --- a/app-editors/nano/nano-1.2.2.ebuild +++ b/app-editors/nano/nano-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.2.ebuild,v 1.3 2003/08/19 22:32:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.2.ebuild,v 1.4 2003/08/20 07:48:00 coronalvr Exp $ inherit eutils @@ -38,7 +38,7 @@ src_compile() { `use_enable spell` \ `use_enable debug` \ `use_enable nls` \ - `use_with slang` \ +# `use_with slang` \ ${myconf} \ || die "configure failed" emake || die |