diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-11-27 14:29:48 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2005-11-27 14:29:48 +0000 |
commit | b010c7914a8d14c50f227ccf8ff31200ea1c3617 (patch) | |
tree | 7a0af9ad96154c7b2d47467ee64060bd96f6c276 /media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild | |
parent | version bump, thanks Frittella Laurento <mrfree@infinito.it> fixes bug #111360 (diff) | |
download | historical-b010c7914a8d14c50f227ccf8ff31200ea1c3617.tar.gz historical-b010c7914a8d14c50f227ccf8ff31200ea1c3617.tar.bz2 historical-b010c7914a8d14c50f227ccf8ff31200ea1c3617.zip |
fix bug #109280
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild b/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild index 4257831639e0..7a99e4ce2558 100644 --- a/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild +++ b/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild @@ -1,6 +1,6 @@ # 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-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild,v 1.3 2005/09/05 17:57:04 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.8.6.ebuild,v 1.4 2005/11/27 14:29:48 zaheerm Exp $ inherit flag-o-matic eutils @@ -16,7 +16,7 @@ HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html" SRC_URI="http://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~hppa" +KEYWORDS="~alpha ~amd64 ~ia64 -ppc ~ppc64 ~sparc ~x86 ~hppa" IUSE="" S=${WORKDIR}/${MY_P} |