diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-11-03 11:07:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-11-03 11:07:56 +0000 |
commit | 76f526df63c877acada62e446dddff2b63a5f1f9 (patch) | |
tree | 0a219bbf44eb3ab04a1043017d6b713973168647 /media-libs | |
parent | Add ~alpha/~ia64/~x86 wrt #168331 (diff) | |
download | gentoo-2-76f526df63c877acada62e446dddff2b63a5f1f9.tar.gz gentoo-2-76f526df63c877acada62e446dddff2b63a5f1f9.tar.bz2 gentoo-2-76f526df63c877acada62e446dddff2b63a5f1f9.zip |
alpha/arm/ia64/sh/sparc stable wrt #244582
(Portage version: 2.1.4.5)
Diffstat (limited to 'media-libs')
-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 cdb114d74142..6756d848892a 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.80 2008/11/01 17:29:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.81 2008/11/03 11:07:56 armin76 Exp $ + + 03 Nov 2008; Raúl Porcel <armin76@gentoo.org> + libtheora-1.0_beta3-r1.ebuild: + alpha/arm/ia64/sh/sparc stable wrt #244582 01 Nov 2008; nixnut <nixnut@gentoo.org> libtheora-1.0_beta3-r1.ebuild: Stable on ppc wrt bug 244582 diff --git a/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild b/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild index fd662268cb19..513a3df19e50 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.6 2008/11/01 17:29:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.7 2008/11/03 11:07:56 armin76 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 |