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 374EF139694 for ; Sun, 19 Feb 2017 12:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0448CE0D35; Sun, 19 Feb 2017 12:01:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8702E0D35 for ; Sun, 19 Feb 2017 12:00:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BC05340FDA for ; Sun, 19 Feb 2017 12:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 293F84D3A for ; Sun, 19 Feb 2017 12:00:51 +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: <1487505052.6a87ed7bf2cc9caca620767b9ea1a01e61b0ee9e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mplex/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-mplex/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6a87ed7bf2cc9caca620767b9ea1a01e61b0ee9e X-VCS-Branch: master Date: Sun, 19 Feb 2017 12:00:51 +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: 60ddf1de-95da-47bd-896e-32f572d658e0 X-Archives-Hash: 9b8b51353d7cf85069325f990fd18a2f commit: 6a87ed7bf2cc9caca620767b9ea1a01e61b0ee9e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Feb 19 11:50:52 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Feb 19 11:50:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a87ed7b media-plugins/gst-plugins-mplex: Stable for HPPA (bug #601354). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.3.ebuild b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.3.ebuild index ad6d625028..4a886080be 100644 --- a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.3.ebuild +++ b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="MPEG/DVD/SVCD/VCD video/audio multiplexing plugin for GStreamer" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]"