diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-03-15 10:33:39 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-03-15 10:33:39 +0000 |
commit | 47881b81ebfb474e6fbd55d6a45147b2d7233f65 (patch) | |
tree | 2b6971e75a4356f9362378d7509ec12a912e2930 /app-shells | |
parent | keep checksum sort order consistent with startskript - use existing file if p... (diff) | |
download | gentoo-2-47881b81ebfb474e6fbd55d6a45147b2d7233f65.tar.gz gentoo-2-47881b81ebfb474e6fbd55d6a45147b2d7233f65.tar.bz2 gentoo-2-47881b81ebfb474e6fbd55d6a45147b2d7233f65.zip |
Added missing unicode IUSE flag.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 63f9d2af97fe..c4c2e840c07e 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # 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.93 2006/03/05 22:12:53 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.94 2006/03/15 10:33:39 exg Exp $ + + 15 Mar 2006; Emanuele Giaquinta <exg@gentoo.org> zsh-4.3.2.ebuild: + Added missing unicode IUSE flag. *zsh-4.3.2 (05 Mar 2006) diff --git a/app-shells/zsh/zsh-4.3.2.ebuild b/app-shells/zsh/zsh-4.3.2.ebuild index a9e9bb49a8f0..4a6865884118 100644 --- a/app-shells/zsh/zsh-4.3.2.ebuild +++ b/app-shells/zsh/zsh-4.3.2.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.ebuild,v 1.1 2006/03/05 22:12:53 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.2.ebuild,v 1.2 2006/03/15 10:33:39 exg Exp $ inherit eutils multilib @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~sparc ~x86" -IUSE="maildir ncurses static doc pcre cap" +IUSE="maildir ncurses static doc pcre cap unicode" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) cap? ( sys-libs/libcap ) |