diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-06-23 11:12:31 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-06-23 11:12:31 +0000 |
commit | 422dddeb83f5f6feb7663d4805dd90a5a1c2bcda (patch) | |
tree | 8f97008266386e810540f41f774276bcfafd4046 /media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild | |
parent | alpha4.ebuild has a broken encoder (diff) | |
download | historical-422dddeb83f5f6feb7663d4805dd90a5a1c2bcda.tar.gz historical-422dddeb83f5f6feb7663d4805dd90a5a1c2bcda.tar.bz2 historical-422dddeb83f5f6feb7663d4805dd90a5a1c2bcda.zip |
fix up depend on libtheora
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild index 237e06a25a36..e6738b769f6e 100644 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild,v 1.11 2005/06/14 10:23:10 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.8.8.ebuild,v 1.12 2005/06/23 11:12:31 zaheerm Exp $ inherit gst-plugins KEYWORDS="amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="=media-libs/libtheora-1.0_alpha3*" +DEPEND=">=media-libs/libtheora-1.0_alpha3" |