--- libraw1394-2.1.0.ebuild 2013-04-01 16:27:28.273920954 +0200 +++ libraw1394-2.1.0-r1.ebuild 2013-04-01 16:46:53.194914410 +0200 @@ -1,8 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.1.0.ebuild,v 1.1 2013/01/17 03:20:29 vapier Exp $ +# $Header: $ -EAPI=4 +EAPI="5" + +inherit autotools-multilib DESCRIPTION="library that provides direct access to the IEEE 1394 bus" HOMEPAGE="http://ieee1394.wiki.kernel.org/" @@ -14,13 +16,11 @@ IUSE="static-libs" DEPEND="app-arch/xz-utils" -RDEPEND="" +RDEPEND="amd64? ( + abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 ) +)" src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete + local myeconfargs=( $(use_enable static-libs static) ) + autotools-multilib_src_configure }