diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-13 22:30:30 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-13 22:30:30 +0000 |
commit | 18324f688933f778cae8b99feb4e0e925fa4dd19 (patch) | |
tree | f7f785395ed7a4e3d1ed80b545b39f3db8b8343d /app-shells/zsh | |
parent | Added --with-lispdir in response to bug #67402. (Manifest recommit) (diff) | |
download | gentoo-2-18324f688933f778cae8b99feb4e0e925fa4dd19.tar.gz gentoo-2-18324f688933f778cae8b99feb4e0e925fa4dd19.tar.bz2 gentoo-2-18324f688933f778cae8b99feb4e0e925fa4dd19.zip |
Added --with-tcsetpgrp; bug #67308.
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.2.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index ce98b5fe8ccb..8a59e215163e 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.61 2004/10/12 14:04:06 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.62 2004/10/13 22:30:30 usata Exp $ + + 14 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> zsh-4.2.1.ebuild: + Added --with-tcsetpgrp; bug #67308. 12 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> zsh-4.2.1.ebuild: Stable on sparc diff --git a/app-shells/zsh/zsh-4.2.1.ebuild b/app-shells/zsh/zsh-4.2.1.ebuild index ec5ec89893f9..1749e99a747a 100644 --- a/app-shells/zsh/zsh-4.2.1.ebuild +++ b/app-shells/zsh/zsh-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.1.ebuild,v 1.4 2004/10/12 14:04:06 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.1.ebuild,v 1.5 2004/10/13 22:30:30 usata Exp $ inherit eutils @@ -60,6 +60,7 @@ src_compile() { --enable-site-fndir=/usr/share/zsh/site-functions \ --enable-function-subdirs \ --enable-ldflags="${LDFLAGS}" \ + --with-tcsetpgrp \ $(use_with ncurses curses-terminfo) \ $(use_enable maildir maildir-support) \ $(use_enable pcre) \ |