From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-903069-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 89F3B138330 for <garchives@archives.gentoo.org>; Mon, 26 Sep 2016 10:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2272CE0C45; Mon, 26 Sep 2016 10:10:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EC510E0C45 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Sep 2016 10:10:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 11374340917 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Sep 2016 10:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3831024A7 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Sep 2016 10:10:09 +0000 (UTC) From: "Tobias Klausmann" <klausman@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, "Tobias Klausmann" <klausman@gentoo.org> Message-ID: <1474884586.e02aaa51b73fa8ab49e3a9d0ef6479f6ac0b1e1a.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-sidplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-sidplay/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e02aaa51b73fa8ab49e3a9d0ef6479f6ac0b1e1a X-VCS-Branch: master Date: Mon, 26 Sep 2016 10:10:09 +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: 003861e4-c4c8-4fdd-a847-3e14a1ac020c X-Archives-Hash: 92fa81f1d8687b4762664a102cd485f0 commit: e02aaa51b73fa8ab49e3a9d0ef6479f6ac0b1e1a Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Mon Sep 26 10:08:19 2016 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Mon Sep 26 10:09:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02aaa51 media-plugins/gst-plugins-sidplay-1.8.3-r0: add alpha keyword Gentoo-Bug: 587010 media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild index a29693c..0b71803 100644 --- a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild +++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer DESCRIPTION="Sid decoder plugin for GStreamer" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"