Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-lib/
Date: Sat, 04 Mar 2017 08:32:10
Message-Id: 1488616206.d1e81bca8ceb377c216312db94290ea50d958b28.maekke@gentoo
1 commit: d1e81bca8ceb377c216312db94290ea50d958b28
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 08:30:06 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 08:30:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e81bca
7
8 media-libs/alsa-lib: arm stable, bug #601940
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm"
12
13 media-libs/alsa-lib/alsa-lib-1.1.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/alsa-lib/alsa-lib-1.1.2.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.2.ebuild
17 index 4aa9e44ab09..591af9c7bc0 100644
18 --- a/media-libs/alsa-lib/alsa-lib-1.1.2.ebuild
19 +++ b/media-libs/alsa-lib/alsa-lib-1.1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"
30 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
32 IUSE="alisp debug doc elibc_uclibc python"
33
34 RDEPEND="python? ( ${PYTHON_DEPS} )