Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyalsa/
Date: Wed, 17 Oct 2018 10:25:55
Message-Id: 1539771940.c398bda3bcef594cc9659d0ffab83cde0892dfc5.zlogene@gentoo
1 commit: c398bda3bcef594cc9659d0ffab83cde0892dfc5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 10:22:45 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 10:25:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c398bda3
7
8 dev-python/pyalsa: amd64 stable wrt bug #666852
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-python/pyalsa/pyalsa-1.1.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pyalsa/pyalsa-1.1.6.ebuild b/dev-python/pyalsa/pyalsa-1.1.6.ebuild
17 index 9f25f2ab8f5..cedeef5bbdf 100644
18 --- a/dev-python/pyalsa/pyalsa-1.1.6.ebuild
19 +++ b/dev-python/pyalsa/pyalsa-1.1.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
32 IUSE=""
33
34 RDEPEND="media-libs/alsa-lib"