diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-03-02 18:52:23 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-03-02 18:52:23 +0000 |
commit | 59dd4088970c490451765112a46b9cf26d9057fc (patch) | |
tree | 97fa1ab020c65a43dafa59d52e434f3d7123bbe6 /media-libs/libtheora | |
parent | revert to ~x86 (diff) | |
download | gentoo-2-59dd4088970c490451765112a46b9cf26d9057fc.tar.gz gentoo-2-59dd4088970c490451765112a46b9cf26d9057fc.tar.bz2 gentoo-2-59dd4088970c490451765112a46b9cf26d9057fc.zip |
Stable on ppc wrt bug 211211
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 681c76201ea6..1ef6ffec0e98 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.63 2008/01/03 15:44:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.64 2008/03/02 18:52:23 nixnut Exp $ + + 02 Mar 2008; nixnut <nixnut@gentoo.org> libtheora-1.0_beta2-r1.ebuild: + Stable on ppc wrt bug 211211 03 Jan 2008; Alexis Ballier <aballier@gentoo.org> files/libtheora-1.0_beta2-flags.patch, diff --git a/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild b/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild index 98d35b3c7c06..a128663c295a 100644 --- a/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v 1.1 2007/12/07 20:01:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v 1.2 2008/03/02 18:52:23 nixnut Exp $ inherit autotools eutils @@ -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-1.1 |