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 C8CA1139088 for ; Sun, 18 Dec 2016 16:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E34AE0CF3; Sun, 18 Dec 2016 16:25:12 +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 03D08E0CF3 for ; Sun, 18 Dec 2016 16:25:11 +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 90888340C9F for ; Sun, 18 Dec 2016 16:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F387C24E1 for ; Sun, 18 Dec 2016 16:25:08 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1482078262.9b2a657d8a1379f03ecaa2e468b9f4cd765bd590.ago@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.0.29.ebuild X-VCS-Directories: dev-python/pyalsa/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 9b2a657d8a1379f03ecaa2e468b9f4cd765bd590 X-VCS-Branch: master Date: Sun, 18 Dec 2016 16:25: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: 52c517d5-b317-44ad-b7ae-95f32966129a X-Archives-Hash: ba68aff5a539d0fc52b956f67179fcd0 commit: 9b2a657d8a1379f03ecaa2e468b9f4cd765bd590 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Dec 18 16:24:22 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Dec 18 16:24:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2a657d dev-python/pyalsa: amd64 stable wrt bug #601940 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/pyalsa/pyalsa-1.0.29.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyalsa/pyalsa-1.0.29.ebuild b/dev-python/pyalsa/pyalsa-1.0.29.ebuild index ea6ab75..e05fb2d 100644 --- a/dev-python/pyalsa/pyalsa-1.0.29.ebuild +++ b/dev-python/pyalsa/pyalsa-1.0.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="media-libs/alsa-lib"