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 9C7F51382C5 for ; Mon, 2 Apr 2018 06:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D29CE0C83; Mon, 2 Apr 2018 06:23:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4BA72E0C83 for ; Mon, 2 Apr 2018 06:23:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2876D33BEC7 for ; Mon, 2 Apr 2018 06:23:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2358327C for ; Mon, 2 Apr 2018 06:23:20 +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: <1522650185.05ae2e785b1703aee8bc3cca1413f3d645f12494.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-cdio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.12.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-cdio/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 05ae2e785b1703aee8bc3cca1413f3d645f12494 X-VCS-Branch: master Date: Mon, 2 Apr 2018 06:23:20 +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: f0cf702e-8fcc-400f-9484-475629f7e1c5 X-Archives-Hash: 4b9b501f985f83b2777c5b24d7be29ef commit: 05ae2e785b1703aee8bc3cca1413f3d645f12494 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 2 06:23:05 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 2 06:23:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ae2e78 media-plugins/gst-plugins-cdio-1.12.4: added ~mips media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.12.4.ebuild b/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.12.4.ebuild index 7940e46d515..ecc66561ac2 100644 --- a/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.12.4.ebuild +++ b/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.12.4.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer" -KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=dev-libs/libcdio-0.90-r1:=[${MULTILIB_USEDEP}]"