From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6CBE4138335 for ; Wed, 17 Oct 2018 08:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B5B1E08BF; Wed, 17 Oct 2018 08:51:18 +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 4E604E08C0 for ; Wed, 17 Oct 2018 08:51:18 +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 829BB335D00 for ; Wed, 17 Oct 2018 08:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 512A1449 for ; Wed, 17 Oct 2018 08:51:08 +0000 (UTC) From: "Tobias Klausmann" 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" Message-ID: <1539766252.8fd6d93fa2d14d51f48e4ef5941274fb84e80895.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-chromaprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.1.ebuild X-VCS-Directories: media-plugins/gst-plugins-chromaprint/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8fd6d93fa2d14d51f48e4ef5941274fb84e80895 X-VCS-Branch: master Date: Wed, 17 Oct 2018 08:51:08 +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: eca38dd9-d7ee-4a24-a853-840e685acf46 X-Archives-Hash: 323b685cfe994dcaaffd6307b0a22b3e commit: 8fd6d93fa2d14d51f48e4ef5941274fb84e80895 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Oct 17 08:50:52 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Oct 17 08:50:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd6d93f media-plugins/gst-plugins-chromaprint-1.14.1-r0: add ~alpha keyword Gentoo-Bug: http://bugs.gentoo.org/661280 Signed-off-by: Tobias Klausmann gentoo.org> .../gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.1.ebuild b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.1.ebuild index d71c5cabac9..6b9d7bf953f 100644 --- a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.1.ebuild +++ b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.1.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="Calculate Chromaprint fingerprint from audio files for GStreamer" -KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~x86" RDEPEND="media-libs/chromaprint[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"