From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1036843-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 79E70138334 for <garchives@archives.gentoo.org>; Mon, 16 Jul 2018 14:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1538CE0833; Mon, 16 Jul 2018 14:01:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DE599E0819 for <gentoo-commits@lists.gentoo.org>; Mon, 16 Jul 2018 14:01:09 +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 9C89F335C94 for <gentoo-commits@lists.gentoo.org>; Mon, 16 Jul 2018 14:01:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABDB837A 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: <1531749194.7b00b4050eb535cacf46e50d54c275c2cccc8452.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.1.ebuild X-VCS-Directories: media-plugins/gst-plugins-smoothstreaming/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7b00b4050eb535cacf46e50d54c275c2cccc8452 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: f475d2b8-8e06-450d-ae3f-20be99c4ecb4 X-Archives-Hash: f3a3a692003a6c879fa69b0c787303b8 commit: 7b00b4050eb535cacf46e50d54c275c2cccc8452 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Mon Jul 16 13:53:14 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon Jul 16 13:53:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b00b405 media-plugins/gst-plugins-smoothstreaming: amd64 stable wrt bug #661288 Package-Manager: Portage-2.3.40, Repoman-2.3.9 .../gst-plugins-smoothstreaming-1.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.1.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.1.ebuild index 2ec5feec35f..ffae3a1ef94 100644 --- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.1.ebuild +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.1.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="Smooth Streaming plugin for GStreamer" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"