diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-22 03:21:21 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-22 03:21:21 +0000 |
commit | b5710f0051e12fdc6f5fccaac4420131e274cfff (patch) | |
tree | a261ab5df89a97cbe9410aa7f0861964995b0e74 /media-libs/libtheora | |
parent | Added gnuconfig support for mips64 hosts (Manifest recommit) (diff) | |
download | gentoo-2-b5710f0051e12fdc6f5fccaac4420131e274cfff.tar.gz gentoo-2-b5710f0051e12fdc6f5fccaac4420131e274cfff.tar.bz2 gentoo-2-b5710f0051e12fdc6f5fccaac4420131e274cfff.zip |
Added ~sparc keyword.
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 ff4af2880f43..8792800e8f42 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.5 2004/03/21 21:57:04 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.6 2004/03/22 03:21:21 weeve Exp $ + + 21 Mar 2004; Jason Wever <weeve@gentoo.org> libtheora-1.0_alpha3.ebuild: + Added ~sparc keyword. *libtheora-1.0_alpha3 (21 Mar 2004) diff --git a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild index 5f321aa7c751..be3f80ff2c44 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.1 2004/03/21 21:57:04 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.2 2004/03/22 03:21:21 weeve Exp $ DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="http://www.theora.org/" @@ -9,7 +9,7 @@ SRC_URI="http://www.theora.org/files/${P/_}.tar.gz LICENSE="xiph" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" IUSE="" DEPEND=">=media-libs/libogg-1.1.0 |