From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11AE659CA3 for ; Sun, 6 Mar 2016 20:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56B3121C141; Sun, 6 Mar 2016 20:13:18 +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 C25AE21C145 for ; Sun, 6 Mar 2016 20:13:12 +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 87B97340A8E for ; Sun, 6 Mar 2016 20:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E924233B for ; Sun, 6 Mar 2016 20:12:58 +0000 (UTC) From: "Mikle Kolyada" 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" Message-ID: <1457294978.c140f9adc7172f40207a584c57046cac2cb3ea3c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-taglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-taglib/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c140f9adc7172f40207a584c57046cac2cb3ea3c X-VCS-Branch: master Date: Sun, 6 Mar 2016 20:12:58 +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: 84313a70-2bd2-490c-a34a-ee8122ee492d X-Archives-Hash: a7ce3907fec4ee1c8f50d54d70b5124d commit: c140f9adc7172f40207a584c57046cac2cb3ea3c Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 6 20:01:06 2016 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 6 20:09:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c140f9ad media-plugins/gst-plugins-taglib: x86 stable wrt bug #566378 Package-Manager: portage-2.2.26 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild index 84340c0..0047f0e 100644 --- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild +++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="GStreamer taglib based tag handler" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"