From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85002138330 for ; Fri, 25 May 2018 04:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DC82E0893; Fri, 25 May 2018 04:24:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E783EE088F for ; Fri, 25 May 2018 04:24:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72F4E335C7A for ; Fri, 25 May 2018 04:24:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55E1E2B2 for ; Fri, 25 May 2018 04:24:54 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1527222224.12b5ff9599cb95e583a11ba2fcdfe0569889ecdf.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mpeg2dec/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-mpeg2dec/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 12b5ff9599cb95e583a11ba2fcdfe0569889ecdf X-VCS-Branch: master Date: Fri, 25 May 2018 04:24:54 +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: 988f74ff-046e-43b4-95f5-a94923f56b37 X-Archives-Hash: 73684d43f4984d10e93c26ffbc5c397e commit: 12b5ff9599cb95e583a11ba2fcdfe0569889ecdf Author: Matt Turner gentoo org> AuthorDate: Fri May 25 04:23:44 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 25 04:23:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b5ff95 media-plugins/gst-plugins-mpeg2dec-1.12.4: ppc64 stable, bug 650540 media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild index 6deb79d14e8..efb5863d09e 100644 --- a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild +++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.12.4.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer DESCRIPTION="MPEG2 decoder plugin for GStreamer" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]"