diff options
author | Markus Meier <maekke@gentoo.org> | 2014-09-21 19:50:24 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-09-21 19:50:24 +0000 |
commit | e6fb5e0aa6d6f4f05a597059e8839d8c77d7989f (patch) | |
tree | 19b0d60d4832bfb3563e9c55b1e7e77e03aa95d3 /media-libs/alsa-lib | |
parent | arm stable, bug #522168 (diff) | |
download | gentoo-2-e6fb5e0aa6d6f4f05a597059e8839d8c77d7989f.tar.gz gentoo-2-e6fb5e0aa6d6f4f05a597059e8839d8c77d7989f.tar.bz2 gentoo-2-e6fb5e0aa6d6f4f05a597059e8839d8c77d7989f.zip |
arm stable, bug #522038
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index f2517f591a04..cb88dee57b82 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.395 2014/09/04 18:44:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.396 2014/09/21 19:50:24 maekke Exp $ + + 21 Sep 2014; Markus Meier <maekke@gentoo.org> alsa-lib-1.0.28.ebuild: + arm stable, bug #522038 04 Sep 2014; Jeroen Roovers <jer@gentoo.org> alsa-lib-1.0.28.ebuild: Stable for HPPA (bug #522038). diff --git a/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild index e65bebf00a0f..e705b67206e7 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.28.ebuild,v 1.4 2014/09/04 18:44:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild,v 1.5 2014/09/21 19:50:24 maekke 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 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="alisp debug doc elibc_uclibc python" RDEPEND="python? ( ${PYTHON_DEPS} ) |