summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristel Dahlskjær <christel@gentoo.org>2006-09-09 14:57:10 +0000
committerChristel Dahlskjær <christel@gentoo.org>2006-09-09 14:57:10 +0000
commite1f93f383dc53dfe000ee054136097d3cefe465d (patch)
treeef75d9546a649e2e73af576aba6c95b01dc4ac57 /app-shells
parentRemove unused local flags. (diff)
downloadgentoo-2-e1f93f383dc53dfe000ee054136097d3cefe465d.tar.gz
gentoo-2-e1f93f383dc53dfe000ee054136097d3cefe465d.tar.bz2
gentoo-2-e1f93f383dc53dfe000ee054136097d3cefe465d.zip
cap -> caps; bug #128585
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh/ChangeLog6
-rw-r--r--app-shells/zsh/zsh-4.3.2-r1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index fa35dfc1eb07..5fff431da479 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/zsh
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.96 2006/05/30 23:07:22 merlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.97 2006/09/09 14:57:10 christel Exp $
+
+ 09 Sep 2006; Christel Dahlskjaer <christel@gentoo.org>
+ zsh-4.3.2-r1.ebuild:
+ cap -> caps; bug #128585
*zsh-4.2.6-r1 (30 May 2006)
diff --git a/app-shells/zsh/zsh-4.3.2-r1.ebuild b/app-shells/zsh/zsh-4.3.2-r1.ebuild
index 14aa3070fa24..3792e54f22d9 100644
--- a/app-shells/zsh/zsh-4.3.2-r1.ebuild
+++ b/app-shells/zsh/zsh-4.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r1.ebuild,v 1.3 2006/09/03 06:04:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2-r1.ebuild,v 1.4 2006/09/09 14:57:10 christel Exp $
inherit eutils multilib
@@ -12,10 +12,10 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2
LICENSE="ZSH"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~s390 ~sh ~sparc ~x86"
-IUSE="maildir ncurses static doc pcre cap unicode"
+IUSE="maildir ncurses static doc pcre caps unicode"
RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 )
- cap? ( sys-libs/libcap )
+ caps? ( sys-libs/libcap )
ncurses? ( >=sys-libs/ncurses-5.1 )"
DEPEND="sys-apps/groff
>=sys-apps/sed-4
@@ -61,7 +61,7 @@ src_compile() {
$(use_with ncurses curses-terminfo) \
$(use_enable maildir maildir-support) \
$(use_enable pcre) \
- $(use_enable cap) \
+ $(use_enable caps) \
$(use_enable unicode multibyte) \
${myconf} || die "configure failed"