diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-03 18:06:32 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-03 18:06:32 +0000 |
commit | 26b7b6bad2c6261164b0dbfb7da2b7f720416856 (patch) | |
tree | 840268c38cd7cdda1e8b8171bc4e0792d56c18f2 /media-libs | |
parent | Add the ability to get GENTOO_COMPILER from the JDK config. This enables thin... (diff) | |
download | gentoo-2-26b7b6bad2c6261164b0dbfb7da2b7f720416856.tar.gz gentoo-2-26b7b6bad2c6261164b0dbfb7da2b7f720416856.tar.bz2 gentoo-2-26b7b6bad2c6261164b0dbfb7da2b7f720416856.zip |
amd64 stable wrt bug #211211
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 17cddd58ca26..d2a382bb248f 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.65 2008/03/02 20:17:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.66 2008/03/03 18:06:32 coldwind Exp $ + + 03 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> + libtheora-1.0_beta2-r1.ebuild: + amd64 stable wrt bug #211211 02 Mar 2008; Markus Meier <maekke@gentoo.org> libtheora-1.0_beta2-r1.ebuild: diff --git a/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild b/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild index 0d3abc419438..9e88f6795751 100644 --- a/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.0_beta2-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_beta2-r1.ebuild,v 1.3 2008/03/02 20:17:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v 1.4 2008/03/03 18:06:32 coldwind Exp $ inherit autotools eutils @@ -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-1.1 |