Skip to content

Commit

Permalink
media-libs/mlt: Fix build with USE=gtk caused by wrong arch, bug 570508
Browse files Browse the repository at this point in the history
Use tc-arch instead of tc-arch-kernel

Package-Manager: portage-2.2.24
  • Loading branch information
a17r authored and Michael Palimaka committed Jan 2, 2016
1 parent 18c1fc1 commit e971483
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions media-libs/mlt/mlt-0.9.8-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -88,7 +88,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
"

pkg_setup() {
linux-info_pkg_setup
use python && python-single-r1_pkg_setup
}

Expand All @@ -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')
Expand Down

0 comments on commit e971483

Please sign in to comment.