diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-15 17:36:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-15 17:36:19 +0000 |
commit | b42c49b9dd1997101c74ac3bc53b08ac3e598e13 (patch) | |
tree | df704734d37c8de8f37363f36f41d3fdc592fc78 /media-libs/libtheora | |
parent | arm/ia64/sh/sparc stable wrt #267614 (diff) | |
download | gentoo-2-b42c49b9dd1997101c74ac3bc53b08ac3e598e13.tar.gz gentoo-2-b42c49b9dd1997101c74ac3bc53b08ac3e598e13.tar.bz2 gentoo-2-b42c49b9dd1997101c74ac3bc53b08ac3e598e13.zip |
arm/ia64/sh/sparc stable wrt #218145
(Portage version: 2.1.6.11/cvs/Linux ia64)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index f2c2cba3a869..ba8aec4a3349 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.90 2009/05/10 14:22:48 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.91 2009/05/15 17:36:19 armin76 Exp $ + + 15 May 2009; Raúl Porcel <armin76@gentoo.org> libtheora-1.0.ebuild: + arm/ia64/sh/sparc stable wrt #218145 10 May 2009; Mounir Lamouri <volkmar@gentoo.org> libtheora-1.0.ebuild: Stable on ppc, bug 218145 diff --git a/media-libs/libtheora/libtheora-1.0.ebuild b/media-libs/libtheora/libtheora-1.0.ebuild index 129ef36c4b7c..ca4baefb360b 100644 --- a/media-libs/libtheora/libtheora-1.0.ebuild +++ b/media-libs/libtheora/libtheora-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0.ebuild,v 1.7 2009/05/10 14:22:48 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0.ebuild,v 1.8 2009/05/15 17:36:19 armin76 Exp $ inherit autotools eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="doc encode examples" RDEPEND="media-libs/libogg |