From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AACFF1388C1 for ; Sat, 2 Jan 2016 14:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDB2621C00C; Sat, 2 Jan 2016 14:11:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5999D21C020 for ; Sat, 2 Jan 2016 14:11:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 555483406C2 for ; Sat, 2 Jan 2016 14:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B287B5D for ; Sat, 2 Jan 2016 14:11:06 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1451743828.e97148380ac11516c3f8b406952c5259fdaba333.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-0.9.8-r1.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e97148380ac11516c3f8b406952c5259fdaba333 X-VCS-Branch: master Date: Sat, 2 Jan 2016 14:11:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 774b0f6f-e281-49a9-804c-49bb7acaa1ce X-Archives-Hash: 17a0c982633a4144e7ef26fd7223f923 commit: e97148380ac11516c3f8b406952c5259fdaba333 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Jan 1 20:13:41 2016 +0000 Commit: Michael Palimaka gentoo 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')