diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-03 19:16:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-03 19:16:09 +0000 |
commit | e4f5e87cb88d4bcfb060e9717726cf755f7d1e82 (patch) | |
tree | 468399dc2c243c6d389e4fdc27cd0605f0d6c96d /media-libs/libtheora | |
parent | amd64/x86 stable, bug #268359 (diff) | |
download | gentoo-2-e4f5e87cb88d4bcfb060e9717726cf755f7d1e82.tar.gz gentoo-2-e4f5e87cb88d4bcfb060e9717726cf755f7d1e82.tar.bz2 gentoo-2-e4f5e87cb88d4bcfb060e9717726cf755f7d1e82.zip |
amd64/x86 stable, bug #218145
(Portage version: 2.1.6.12/cvs/Linux x86_64)
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 334753d58301..85f50d3255eb 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.85 2009/05/03 18:06:14 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.86 2009/05/03 19:16:09 maekke Exp $ + + 03 May 2009; Markus Meier <maekke@gentoo.org> libtheora-1.0.ebuild: + amd64/x86 stable, bug #218145 03 May 2009; Tobias Klausmann <klausman@gentoo.org> libtheora-1.0.ebuild: Stable on alpha, bug #218145 diff --git a/media-libs/libtheora/libtheora-1.0.ebuild b/media-libs/libtheora/libtheora-1.0.ebuild index 2f92b47b6fdb..52693f552008 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.3 2009/05/03 18:06:14 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0.ebuild,v 1.4 2009/05/03 19:16:09 maekke 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 |