summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-30 05:03:56 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-30 05:03:56 +0000
commit624e1f5421fd470a67ee071e581f89d79d9cf162 (patch)
treef75067731eacb27dc81d4e2c070985ffbf8cc938 /app-editors/nano/nano-1.3.4.ebuild
parentFix vte-sharp not installing stuff (again). (diff)
downloadgentoo-2-624e1f5421fd470a67ee071e581f89d79d9cf162.tar.gz
gentoo-2-624e1f5421fd470a67ee071e581f89d79d9cf162.tar.bz2
gentoo-2-624e1f5421fd470a67ee071e581f89d79d9cf162.zip
dont put slang into DEPEND if USE=ncurses
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-editors/nano/nano-1.3.4.ebuild')
-rw-r--r--app-editors/nano/nano-1.3.4.ebuild4
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}