diff options
author | 2009-05-01 15:19:03 +0000 | |
---|---|---|
committer | 2009-05-01 15:19:03 +0000 | |
commit | 4ed2e6996d08e836cffbc9d2b7ba687491f87014 (patch) | |
tree | 0fda8cbb1567e074f6872fd788d4c5d6c87de12c /media-libs | |
parent | stable ppc64, bug 267737 (diff) | |
download | gentoo-2-4ed2e6996d08e836cffbc9d2b7ba687491f87014.tar.gz gentoo-2-4ed2e6996d08e836cffbc9d2b7ba687491f87014.tar.bz2 gentoo-2-4ed2e6996d08e836cffbc9d2b7ba687491f87014.zip |
stable ppc64, bug 218145
(Portage version: 2.1.6.11/cvs/Linux ppc64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index b2952e26fc4d..5e01e3170ab3 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.83 2008/12/08 20:41:17 ranger Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.84 2009/05/01 15:19:03 ranger Exp $ + + 01 May 2009; Brent Baude <ranger@gentoo.org> libtheora-1.0.ebuild: + stable ppc64, bug 218145 08 Dec 2008; Brent Baude <ranger@gentoo.org> libtheora-1.0_beta3-r1.ebuild: diff --git a/media-libs/libtheora/libtheora-1.0.ebuild b/media-libs/libtheora/libtheora-1.0.ebuild index dd78294b848e..bea1e24b74f2 100644 --- a/media-libs/libtheora/libtheora-1.0.ebuild +++ b/media-libs/libtheora/libtheora-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.1 2008/11/06 18:22:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0.ebuild,v 1.2 2009/05/01 15:19:03 ranger 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 |