diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 10:44:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 10:44:43 +0000 |
commit | f933bb130ba6c761cf7145e861a7d1708c10fb26 (patch) | |
tree | 152c632a8f0404f759568117a12cd94e265b8406 | |
parent | amd64/x86 stable, bug #524308 (diff) | |
download | gentoo-2-f933bb130ba6c761cf7145e861a7d1708c10fb26.tar.gz gentoo-2-f933bb130ba6c761cf7145e861a7d1708c10fb26.tar.bz2 gentoo-2-f933bb130ba6c761cf7145e861a7d1708c10fb26.zip |
amd64/x86 stable, bug #522038
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-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 cb88dee57b82..c9545d8fe8b0 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.396 2014/09/21 19:50:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.397 2014/10/23 10:44:43 pacho Exp $ + + 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> alsa-lib-1.0.28.ebuild: + amd64/x86 stable, bug #522038 21 Sep 2014; Markus Meier <maekke@gentoo.org> alsa-lib-1.0.28.ebuild: arm stable, 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 e705b67206e7..4a3404c5cae8 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.5 2014/09/21 19:50:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild,v 1.6 2014/10/23 10:44:43 pacho 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} ) |