diff options
Diffstat (limited to 'app-editors/nano/nano-1.3.4.ebuild')
-rw-r--r-- | app-editors/nano/nano-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nano/nano-1.3.4.ebuild b/app-editors/nano/nano-1.3.4.ebuild index a679056d7a4a..2effe907e014 100644 --- a/app-editors/nano/nano-1.3.4.ebuild +++ b/app-editors/nano/nano-1.3.4.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/nano/nano-1.3.4.ebuild,v 1.10 2005/01/01 13:31:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.4.ebuild,v 1.11 2005/05/30 05:03:56 vapier Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="nls build spell justify debug slang ncurses nomac" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) - slang? ( sys-libs/slang )" + !ncurses? ( slang? ( sys-libs/slang ) )" PROVIDE="virtual/editor" S=${WORKDIR}/${MY_P} |