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 12679138334 for ; Tue, 15 Jan 2019 23:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9F9E0B9D; Tue, 15 Jan 2019 23:11:33 +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 6892FE0B9E for ; Tue, 15 Jan 2019 23:11:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E76FF335D2D for ; Tue, 15 Jan 2019 23:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6D2A528 for ; Tue, 15 Jan 2019 23:11:27 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1547593853.75ba29e4f420437146f7faea662da7f13981ea03.leio@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.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-chromaprint/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 75ba29e4f420437146f7faea662da7f13981ea03 X-VCS-Branch: master Date: Tue, 15 Jan 2019 23:11:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35991e35-69b2-4fb0-861c-05333c104040 X-Archives-Hash: 1defea084ae832ab33f4e863dc1005f1 commit: 75ba29e4f420437146f7faea662da7f13981ea03 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jan 15 23:02:51 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jan 15 23:10:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ba29e4 media-plugins/gst-plugins-chromaprint-1.14.3: carry ~alpha keyword forward Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> .../gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.3.ebuild b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.3.ebuild index 1e2eba775d8..bbea3420b29 100644 --- a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.3.ebuild +++ b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad inherit gstreamer DESCRIPTION="Calculate Chromaprint fingerprint from audio files for GStreamer" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" RDEPEND="media-libs/chromaprint[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"