diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/celt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/celt/celt-0.11.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index 071223894332..3c0c1c774024 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.37 2014/12/28 12:02:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.38 2014/12/31 15:57:33 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> celt-0.11.1-r1.ebuild: + Stable for ppc, wrt bug #526002 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> celt-0.11.1-r1.ebuild: Stable for x86, wrt bug #526002 diff --git a/media-libs/celt/celt-0.11.1-r1.ebuild b/media-libs/celt/celt-0.11.1-r1.ebuild index 3de89bba4d94..eea93a7ea3cd 100644 --- a/media-libs/celt/celt-0.11.1-r1.ebuild +++ b/media-libs/celt/celt-0.11.1-r1.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.11.1-r1.ebuild,v 1.6 2014/12/28 12:02:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.11.1-r1.ebuild,v 1.7 2014/12/31 15:57:33 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86" IUSE="ogg static-libs" DEPEND="ogg? ( media-libs/libogg )" |