--- /usr/portage/app-shells/zsh/zsh-4.2.5.ebuild 2005-06-18 12:05:23.000000000 -0500 +++ zsh-4.2.5.ebuild 2005-09-02 23:28:41.000000000 -0500 @@ -2,7 +2,7 @@ # 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 $ -inherit eutils +inherit eutils multilib DESCRIPTION="UNIX Shell similar to the Korn shell" HOMEPAGE="http://www.zsh.org/" @@ -49,7 +49,7 @@ 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_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 \