--- libelf-0.8.5.ebuild.orig 2005-08-29 15:31:18.000000000 -0500 +++ libelf-0.8.5.ebuild 2005-08-29 15:30:08.000000000 -0500 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.5.ebuild,v 1.1 2005/02/09 19:42:28 vapier Exp $ +inherit multilib + DESCRIPTION="A ELF object file access library" HOMEPAGE="http://www.stud.uni-hannover.de/~michael/software/" SRC_URI="http://www.stud.uni-hannover.de/~michael/software/${P}.tar.gz" @@ -25,7 +27,7 @@ src_install() { make \ prefix=${D}/usr \ - libdir=${D}usr/lib \ + libdir=${D}usr/$(get_libdir) \ includedir=${D}usr/include \ install \ install-compat || die