From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1036834-garchives=archives.gentoo.org@lists.gentoo.org>
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 AA69C138334
	for <garchives@archives.gentoo.org>; Mon, 16 Jul 2018 14:01:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 46F7DE07C9;
	Mon, 16 Jul 2018 14:01:07 +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 1CFA6E07C9
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Jul 2018 14:01:06 +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 59B03335C94
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Jul 2018 14:01:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 86BFE378
	for <gentoo-commits@lists.gentoo.org>; Mon, 16 Jul 2018 14:01:03 +0000 (UTC)
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org>
Message-ID: <1531749156.6c09dcd117abc49eded8748f90a3981dfbf6eb7c.zlogene@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-shout2/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild
X-VCS-Directories: media-plugins/gst-plugins-shout2/
X-VCS-Committer: zlogene
X-VCS-Committer-Name: Mikle Kolyada
X-VCS-Revision: 6c09dcd117abc49eded8748f90a3981dfbf6eb7c
X-VCS-Branch: master
Date: Mon, 16 Jul 2018 14:01:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 78ae8c61-780a-4814-86ce-0c11973c4744
X-Archives-Hash: 8159d93ecffa2b7332a4a92e80bb36f2

commit:     6c09dcd117abc49eded8748f90a3981dfbf6eb7c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 13:52:36 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 13:52:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c09dcd1

media-plugins/gst-plugins-shout2: amd64 stable wrt bug #661288

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild
index e0b8c6d82c8..752be2b26aa 100644
--- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.14.1.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="Icecast server sink plugin for GStreamer"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]"