commit:     e97148380ac11516c3f8b406952c5259fdaba333
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Jan  1 20:13:41 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 14:10:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9714838

media-libs/mlt: Fix build with USE=gtk caused by wrong arch, bug 570508

Use tc-arch instead of tc-arch-kernel

Package-Manager: portage-2.2.24

 media-libs/mlt/mlt-0.9.8-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-libs/mlt/mlt-0.9.8-r1.ebuild 
b/media-libs/mlt/mlt-0.9.8-r1.ebuild
index 97a6e44..71759e9 100644
--- a/media-libs/mlt/mlt-0.9.8-r1.ebuild
+++ b/media-libs/mlt/mlt-0.9.8-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 USE_RUBY="ruby19"
-inherit eutils toolchain-funcs linux-info multilib python-single-r1 ruby-single
+inherit eutils toolchain-funcs multilib python-single-r1 ruby-single
 
 DESCRIPTION="Open source multimedia framework for television broadcasting"
 HOMEPAGE="http://www.mltframework.org/";
@@ -88,7 +88,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
 "
 
 pkg_setup() {
-       linux-info_pkg_setup
        use python && python-single-r1_pkg_setup
 }
 
@@ -110,7 +109,7 @@ src_configure() {
        local myconf="--enable-gpl
                --enable-gpl3
                --enable-motion-est
-               --target-arch=$(tc-arch-kernel)
+               --target-arch=$(tc-arch)
                --disable-swfdec
                $(use_enable debug)
                $(use compressed-lumas && echo ' --luma-compress')

Reply via email to