--- /usr/portage/media-libs/sbc/sbc-1.1.ebuild 2013-10-09 17:01:22.000000000 +0300 +++ /usr/local/portage/media-libs/sbc/sbc-1.1-r1.ebuild 2013-10-16 23:05:00.964628219 +0300 @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild,v 1.2 2013/10/09 13:54:46 jer Exp $ +# $Header: $ EAPI=5 -inherit eutils +inherit eutils multilib multilib-minimal DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers" HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/" @@ -11,7 +11,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="static-libs" # --enable-tester is building src/sbctester but the tarball is missing required @@ -22,13 +22,13 @@ DOCS="AUTHORS ChangeLog" -src_configure() { +multilib_src_configure() { + ECONF_SOURCE=${S} \ econf \ $(use_enable static-libs static) \ --disable-tester } -src_install() { - default +multilib_src_install_all() { prune_libtool_files }