From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-864800-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 225551388C0 for <garchives@archives.gentoo.org>; Sun, 21 Feb 2016 23:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B2721C003; Sun, 21 Feb 2016 23:44:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3136C21C006 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Feb 2016 23:44:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DF9C340AC9 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Feb 2016 23:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D08018A7 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Feb 2016 23:44:55 +0000 (UTC) From: "Pacho Ramos" <pacho@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, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1456098239.91e06265b1ea32411e71f65d80a277c1b0cf45d8.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-wavpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-wavpack/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 91e06265b1ea32411e71f65d80a277c1b0cf45d8 X-VCS-Branch: master Date: Sun, 21 Feb 2016 23:44:55 +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: e55b339a-8e90-41c2-8227-e4e30a8753ef X-Archives-Hash: 2421bfdca23a49de2244e2cd3bb8c294 commit: 91e06265b1ea32411e71f65d80a277c1b0cf45d8 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Feb 21 16:10:13 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Feb 21 23:43:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e06265 media-plugins/gst-plugins-wavpack: amd64 stable, bug 566378 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="amd64" media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild index 241f9b4..c67c7aa 100644 --- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild +++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild @@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="GStreamer encoder/decoder for wavpack audio format" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"