diff options
author | 2010-02-20 17:47:40 +0000 | |
---|---|---|
committer | 2010-02-20 17:47:40 +0000 | |
commit | 862aa7d7a92b0af370e6983c314a351f18eb49fb (patch) | |
tree | b124351f65806e9859eb1cd7fb3ab19dde135413 /media-libs | |
parent | Bump to OpenOffice.org 3.2.0, remove templates integration for now, (diff) | |
download | gentoo-2-862aa7d7a92b0af370e6983c314a351f18eb49fb.tar.gz gentoo-2-862aa7d7a92b0af370e6983c314a351f18eb49fb.tar.bz2 gentoo-2-862aa7d7a92b0af370e6983c314a351f18eb49fb.zip |
Stable for HPPA (bug #298039).
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 6bd3e0770f66..4d06d5632c49 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.98 2009/10/27 11:16:37 aballier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.99 2010/02/20 17:47:40 jer Exp $ + + 20 Feb 2010; Jeroen Roovers <jer@gentoo.org> libtheora-1.1.1.ebuild: + Stable for HPPA (bug #298039). *libtheora-1.1.1 (27 Oct 2009) diff --git a/media-libs/libtheora/libtheora-1.1.1.ebuild b/media-libs/libtheora/libtheora-1.1.1.ebuild index c10e27091414..4e03324b889a 100644 --- a/media-libs/libtheora/libtheora-1.1.1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.1 2009/10/27 11:16:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.2 2010/02/20 17:47:40 jer Exp $ EAPI=2 inherit autotools eutils flag-o-matic @@ -11,7 +11,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 |