diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-02-25 18:38:25 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-02-25 18:38:25 +0000 |
commit | 4f1784eb9f510daaca74f57474f3df6b8fbd7ae7 (patch) | |
tree | ed172c1811f3c7a707f2c26c7d39e7d36a211e5f /media-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-4f1784eb9f510daaca74f57474f3df6b8fbd7ae7.tar.gz gentoo-2-4f1784eb9f510daaca74f57474f3df6b8fbd7ae7.tar.bz2 gentoo-2-4f1784eb9f510daaca74f57474f3df6b8fbd7ae7.zip |
alpha/arm/ia64/sh/sparc stable wrt #298039
(Portage version: 2.1.7.16/cvs/Linux ia64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 12e9f897d1e7..4f1a94c0665c 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.103 2010/02/23 18:49:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.104 2010/02/25 18:38:25 armin76 Exp $ + + 25 Feb 2010; Raúl Porcel <armin76@gentoo.org> libtheora-1.1.1.ebuild: + alpha/arm/ia64/sh/sparc stable wrt #298039 23 Feb 2010; Markos Chandras <hwoarang@gentoo.org> libtheora-1.1.1.ebuild: Stable on amd64 wrt bug #298039 diff --git a/media-libs/libtheora/libtheora-1.1.1.ebuild b/media-libs/libtheora/libtheora-1.1.1.ebuild index e10115070f0a..95434cbeac14 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-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.6 2010/02/23 18:49:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.7 2010/02/25 18:38:25 armin76 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 |