diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-04 12:23:41 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-04 12:23:41 +0000 |
commit | 90817ac69310609bd862759f3cdbe6134abcf126 (patch) | |
tree | ed2672c0157403b869a693b00513cc30f1b32552 /app-shells/zsh/zsh-4.2.5.ebuild | |
parent | Don't instasll COPYING file. (diff) | |
download | gentoo-2-90817ac69310609bd862759f3cdbe6134abcf126.tar.gz gentoo-2-90817ac69310609bd862759f3cdbe6134abcf126.tar.bz2 gentoo-2-90817ac69310609bd862759f3cdbe6134abcf126.zip |
Small multilib fix, closes bug 104669. Stable on amd64.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-shells/zsh/zsh-4.2.5.ebuild')
-rw-r--r-- | app-shells/zsh/zsh-4.2.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-shells/zsh/zsh-4.2.5.ebuild b/app-shells/zsh/zsh-4.2.5.ebuild index debbd85d0b14..e71450670589 100644 --- a/app-shells/zsh/zsh-4.2.5.ebuild +++ b/app-shells/zsh/zsh-4.2.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.9 2005/06/18 16:42:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.10 2005/09/04 12:23:41 cryos Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="UNIX Shell similar to the Korn shell" HOMEPAGE="http://www.zsh.org/" @@ -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" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos sparc x86" IUSE="maildir ncurses static doc pcre cap" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) @@ -49,7 +49,7 @@ src_compile() { econf \ --bindir=/bin \ - --libdir=/usr/lib \ + --libdir=/usr/$(get_libdir) \ --enable-etcdir=/etc/zsh \ --enable-zshenv=/etc/zsh/zshenv \ --enable-zlogin=/etc/zsh/zlogin \ @@ -99,7 +99,7 @@ src_test() { src_install() { einstall \ bindir=${D}/bin \ - libdir=${D}/usr/lib \ + libdir=${D}/usr/$(get_libdir) \ fndir=${D}/usr/share/zsh/${PV%_*}/functions \ sitefndir=${D}/usr/share/zsh/site-functions \ install.bin install.man install.modules \ |