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 4BBC413888F for ; Sun, 4 Oct 2015 09:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E530421C009; Sun, 4 Oct 2015 09:58:22 +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 8C46221C009 for ; Sun, 4 Oct 2015 09:58:22 +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 B9732340A22 for ; Sun, 4 Oct 2015 09:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7528D4C3 for ; Sun, 4 Oct 2015 09:58:19 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1443952695.98e6d29010847ee8af72764b6f0fb00dfa1e0544.jer@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.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 98e6d29010847ee8af72764b6f0fb00dfa1e0544 X-VCS-Branch: master Date: Sun, 4 Oct 2015 09:58:19 +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: a53044ab-e492-4d12-a8ab-cd90af69e06f X-Archives-Hash: dadb91ac84a230e79fef5ac443552dae commit: 98e6d29010847ee8af72764b6f0fb00dfa1e0544 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 4 09:57:50 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 4 09:58:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e6d290 media-libs/mlt: Mark ~ppc64 (bug #558174). Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches media-libs/mlt/mlt-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-0.9.8.ebuild b/media-libs/mlt/mlt-0.9.8.ebuild index a65afee..021bf91 100644 --- a/media-libs/mlt/mlt-0.9.8.ebuild +++ b/media-libs/mlt/mlt-0.9.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/mltframework/mlt/archive/v0.9.8.tar.gz -> ${P}.tar.g LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="compressed-lumas debug ffmpeg fftw frei0r gtk jack kde kdenlive libav libsamplerate melt opengl cpu_flags_x86_mmx qt4 rtaudio sdl cpu_flags_x86_sse cpu_flags_x86_sse2 xine xml lua python ruby vdpau" # java perl php tcl IUSE="${IUSE} kernel_linux"