diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-05-27 13:58:34 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-05-27 13:58:34 +0000 |
commit | 1a5dcf4ab78fea5c346f85f45473d59797d8e5f5 (patch) | |
tree | 77c13dd89529cf7132000366ba393fdcfe3af857 /media-libs/libtheora | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-1a5dcf4ab78fea5c346f85f45473d59797d8e5f5.tar.gz gentoo-2-1a5dcf4ab78fea5c346f85f45473d59797d8e5f5.tar.bz2 gentoo-2-1a5dcf4ab78fea5c346f85f45473d59797d8e5f5.zip |
Marked stable on hppa.
Diffstat (limited to 'media-libs/libtheora')
-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 9a2749684e45..a090237b487a 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.12 2004/04/26 14:39:49 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.13 2004/05/27 13:58:34 gmsoft Exp $ + + 27 May 2004; Guy Martin <gmsoft@gentoo.org> libtheora-1.0_alpha3.ebuild: + Marked stable on hppa. 26 Apr 2004; Brandon Hale <tseng@gentoo.org> libtheora-1.0_alpha3.ebuild: Stable on x86. diff --git a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild index bb87cfd42507..8914fc0dc656 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 Technologies, Inc. # 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.9 2004/04/26 14:39:49 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.10 2004/05/27 13:58:34 gmsoft 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" +KEYWORDS="x86 amd64 ppc sparc alpha hppa" IUSE="" DEPEND=">=media-libs/libogg-1.1.0 |