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 C68B9138335 for ; Wed, 17 Oct 2018 10:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86B37E0896; Wed, 17 Oct 2018 10:25:54 +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 5E509E0898 for ; Wed, 17 Oct 2018 10:25:54 +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 9A5D0335C9F for ; Wed, 17 Oct 2018 10:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8C7642C for ; Wed, 17 Oct 2018 10:25:50 +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: <1539771940.c398bda3bcef594cc9659d0ffab83cde0892dfc5.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyalsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyalsa/pyalsa-1.1.6.ebuild X-VCS-Directories: dev-python/pyalsa/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c398bda3bcef594cc9659d0ffab83cde0892dfc5 X-VCS-Branch: master Date: Wed, 17 Oct 2018 10:25:50 +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: 3aecfaa2-2216-4088-88f2-b22db5864bc6 X-Archives-Hash: 88cab82c16465824c4fea917aa99f0a8 commit: c398bda3bcef594cc9659d0ffab83cde0892dfc5 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Oct 17 10:22:45 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Oct 17 10:25:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c398bda3 dev-python/pyalsa: amd64 stable wrt bug #666852 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-python/pyalsa/pyalsa-1.1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyalsa/pyalsa-1.1.6.ebuild b/dev-python/pyalsa/pyalsa-1.1.6.ebuild index 9f25f2ab8f5..cedeef5bbdf 100644 --- a/dev-python/pyalsa/pyalsa-1.1.6.ebuild +++ b/dev-python/pyalsa/pyalsa-1.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="media-libs/alsa-lib"