diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-29 13:58:45 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-29 13:58:45 +0000 |
commit | a6ee819064aa9eac59dd69bf2c3f740192cf13e2 (patch) | |
tree | 4ca142ffb7b0d1c1dace1277b4acde10d3de1abb /media-libs | |
parent | Version bump and fix Q&A issues (diff) | |
download | gentoo-2-a6ee819064aa9eac59dd69bf2c3f740192cf13e2.tar.gz gentoo-2-a6ee819064aa9eac59dd69bf2c3f740192cf13e2.tar.bz2 gentoo-2-a6ee819064aa9eac59dd69bf2c3f740192cf13e2.zip |
arm stable wrt bug #550214
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 57ea35924eee..edb1ec300970 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/alsa-lib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.407 2015/05/28 16:35:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.408 2015/05/29 13:58:45 zlogene Exp $ + + 29 May 2015; Mikle Kolyada <zlogene@gentoo.org> alsa-lib-1.0.29.ebuild: + arm stable wrt bug #550214 28 May 2015; Jeroen Roovers <jer@gentoo.org> alsa-lib-1.0.29.ebuild: Stable for PPC64 (bug #550214). diff --git a/media-libs/alsa-lib/alsa-lib-1.0.29.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.29.ebuild index c2b31dec232f..105e8c113d46 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.29.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.29.ebuild,v 1.5 2015/05/28 16:35:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.29.ebuild,v 1.6 2015/05/29 13:58:45 zlogene Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="alisp debug doc elibc_uclibc python" RDEPEND="python? ( ${PYTHON_DEPS} ) |