diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:50:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 12:50:12 +0000 |
commit | ffae3bdf2e16bfe4ac627a2c5ac211507a1e03be (patch) | |
tree | 22bf1ac1e16e9771afcfda3413aab08d03336cde /media-libs/celt | |
parent | Stable for arm, wrt bug #488926 (diff) | |
download | gentoo-2-ffae3bdf2e16bfe4ac627a2c5ac211507a1e03be.tar.gz gentoo-2-ffae3bdf2e16bfe4ac627a2c5ac211507a1e03be.tar.bz2 gentoo-2-ffae3bdf2e16bfe4ac627a2c5ac211507a1e03be.zip |
Stable for arm, wrt bug #488924
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/celt')
-rw-r--r-- | media-libs/celt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/celt/celt-0.5.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index 34ab990a8564..d3c9be21478b 100644 --- a/media-libs/celt/ChangeLog +++ b/media-libs/celt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/celt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.31 2014/01/14 21:22:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.32 2014/01/15 12:50:12 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> celt-0.5.1.3.ebuild: + Stable for arm, wrt bug #488924 14 Jan 2014; Pacho Ramos <pacho@gentoo.org> celt-0.5.1.3.ebuild: ia64 stable, bug #488924 (thanks to Emeric Maschino for testing) diff --git a/media-libs/celt/celt-0.5.1.3.ebuild b/media-libs/celt/celt-0.5.1.3.ebuild index 9f3aa8219525..77e412cfa4f8 100644 --- a/media-libs/celt/celt-0.5.1.3.ebuild +++ b/media-libs/celt/celt-0.5.1.3.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/celt/celt-0.5.1.3.ebuild,v 1.12 2014/01/14 21:22:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.5.1.3.ebuild,v 1.13 2014/01/15 12:50:12 ago Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0.5.1" -KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86" IUSE="ogg static-libs" DEPEND="ogg? ( media-libs/libogg )" |