diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2012-05-20 12:14:09 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2012-05-20 12:14:09 +0000 |
commit | ea894f7653930b8c7c0f687df29d0d5628acf6e3 (patch) | |
tree | baa126504e1570f5295da0879f604594a6bae815 /media-libs/celt | |
parent | Stable for ppc64; bug #397617 (diff) | |
download | gentoo-2-ea894f7653930b8c7c0f687df29d0d5628acf6e3.tar.gz gentoo-2-ea894f7653930b8c7c0f687df29d0d5628acf6e3.tar.bz2 gentoo-2-ea894f7653930b8c7c0f687df29d0d5628acf6e3.zip |
Stable for ppc; bug #397617
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Diffstat (limited to 'media-libs/celt')
-rw-r--r-- | media-libs/celt/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/celt/celt-0.7.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/celt/ChangeLog b/media-libs/celt/ChangeLog index fa88f73a6774..e3c7f37e269e 100644 --- a/media-libs/celt/ChangeLog +++ b/media-libs/celt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/celt -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.14 2011/08/22 13:35:03 chainsaw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.15 2012/05/20 12:14:09 halcy0n Exp $ + + 20 May 2012; Mark Loeser <halcy0n@gentoo.org> celt-0.7.1.ebuild: + Stable for ppc; bug #397617 22 Aug 2011; Tony Vroon <chainsaw@gentoo.org> celt-0.5.1.3.ebuild: Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney, diff --git a/media-libs/celt/celt-0.7.1.ebuild b/media-libs/celt/celt-0.7.1.ebuild index e7c32fcdcdb4..9785e12f778e 100644 --- a/media-libs/celt/celt-0.7.1.ebuild +++ b/media-libs/celt/celt-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.7.1.ebuild,v 1.3 2010/07/30 09:27:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.7.1.ebuild,v 1.4 2012/05/20 12:14:09 halcy0n Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc x86" +KEYWORDS="~alpha amd64 ppc x86" IUSE="ogg" DEPEND="ogg? ( media-libs/libogg )" |