diff options
author | 2008-10-29 06:54:20 +0000 | |
---|---|---|
committer | 2008-10-29 06:54:20 +0000 | |
commit | 8a6f439142d5db5cce36e2caf44fcd07385e60c2 (patch) | |
tree | 93efec645cc46b3d161cfc598fbea11a58178fc2 /media-libs/libtheora | |
parent | Stable for HPPA (bug #224217). (diff) | |
download | gentoo-2-8a6f439142d5db5cce36e2caf44fcd07385e60c2.tar.gz gentoo-2-8a6f439142d5db5cce36e2caf44fcd07385e60c2.tar.bz2 gentoo-2-8a6f439142d5db5cce36e2caf44fcd07385e60c2.zip |
Stable for HPPA (bug #244582).
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 1abf12d05016..3518f99981bd 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # 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.78 2008/10/27 20:34:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.79 2008/10/29 06:54:20 jer Exp $ + + 29 Oct 2008; Jeroen Roovers <jer@gentoo.org> + libtheora-1.0_beta3-r1.ebuild: + Stable for HPPA (bug #244582). 27 Oct 2008; Markus Meier <maekke@gentoo.org> libtheora-1.0_beta3-r1.ebuild: diff --git a/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild b/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild index fbf55a76b4ad..50aeceb2c817 100644 --- a/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild @@ -1,6 +1,6 @@ # 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_beta3-r1.ebuild,v 1.4 2008/10/27 20:34:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.5 2008/10/29 06:54:20 jer 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 |