diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-10 09:51:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-10 09:51:11 +0000 |
commit | 5a0e802e5ce9a1f0d38ae26e8525a2809999e172 (patch) | |
tree | 78e99419164c59c6cf4d1f9fa49a30b91564fffd /media-plugins/gst-plugins-ffmpeg | |
parent | Restrict junit dep to 3.8* to prevent circular deps in junit-4. Raise jdk/jre... (diff) | |
download | historical-5a0e802e5ce9a1f0d38ae26e8525a2809999e172.tar.gz historical-5a0e802e5ce9a1f0d38ae26e8525a2809999e172.tar.bz2 historical-5a0e802e5ce9a1f0d38ae26e8525a2809999e172.zip |
arm/sh stable
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'media-plugins/gst-plugins-ffmpeg')
-rw-r--r-- | media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.2.ebuild b/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.2.ebuild index 8bafcc4de2db..fa54d40e4420 100644 --- a/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.2.ebuild +++ b/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.10.2.ebuild,v 1.10 2007/10/11 14:58:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.2.ebuild,v 1.11 2008/01/10 09:51:11 vapier Exp $ inherit flag-o-matic eutils @@ -17,7 +17,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 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/${MY_P} |