diff options
author | 2015-05-23 18:33:02 +0000 | |
---|---|---|
committer | 2015-05-23 18:33:02 +0000 | |
commit | cd897c5eb7621b4f2cc2c46da5b63cc6b3c6c73c (patch) | |
tree | 51cf046891b951c476fca51a49d9c5efa6d3a795 /media-libs/alsa-lib | |
parent | Beta channel bump. (diff) | |
download | gentoo-2-cd897c5eb7621b4f2cc2c46da5b63cc6b3c6c73c.tar.gz gentoo-2-cd897c5eb7621b4f2cc2c46da5b63cc6b3c6c73c.tar.bz2 gentoo-2-cd897c5eb7621b4f2cc2c46da5b63cc6b3c6c73c.zip |
amd64 stable wrt bug #550214
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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.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 bc3da6db22ef..83d0a9dd8233 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.403 2015/03/25 11:35:17 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.404 2015/05/23 18:33:02 zlogene Exp $ + + 23 May 2015; Mikle Kolyada <zlogene@gentoo.org> alsa-lib-1.0.29.ebuild: + amd64 stable wrt bug #550214 *alsa-lib-1.0.29 (25 Mar 2015) 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 55ec1237a146..f61f3b3359ba 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.1 2015/03/25 11:35:17 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.29.ebuild,v 1.2 2015/05/23 18:33:02 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} ) |