diff options
author | Hardave Rior <hardave@gentoo.org> | 2004-08-23 08:32:32 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2004-08-23 08:32:32 +0000 |
commit | e487dd45fbd752fce01e5b183de6f4b8e0a6aec1 (patch) | |
tree | d1b20d4e638b0770c11199652b32faf821516c52 /media-libs | |
parent | README updates (diff) | |
download | gentoo-2-e487dd45fbd752fce01e5b183de6f4b8e0a6aec1.tar.gz gentoo-2-e487dd45fbd752fce01e5b183de6f4b8e0a6aec1.tar.bz2 gentoo-2-e487dd45fbd752fce01e5b183de6f4b8e0a6aec1.zip |
Added ~mips keyword.
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index bdece4d4c0be..27e9f03fdd65 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.15 2004/07/29 04:16:24 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.16 2004/08/23 08:32:32 hardave Exp $ + + 23 Aug 2004; Hardave Riar <hardave@gentoo.org> libtheora-1.0_alpha3.ebuild: + Added ~mips keyword. 28 Jul 2004; Tom Gall <tgall@gentoo.org> libtheora-1.0_alpha3.ebuild: stable on ppc64, bug #55076 diff --git a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild index 1257bcedda85..b11ce2d6116f 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.12 2004/07/29 04:16:24 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.13 2004/08/23 08:32:32 hardave Exp $ DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="http://www.theora.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.theora.org/files/${P/_}.tar.bz2" LICENSE="xiph" SLOT="0" -KEYWORDS="x86 amd64 ppc sparc alpha hppa ppc64" +KEYWORDS="x86 amd64 ppc sparc alpha hppa ppc64 ~mips" IUSE="" DEPEND=">=media-libs/libogg-1.1.0 |