diff options
author | Brent Baude <ranger@gentoo.org> | 2009-06-19 20:30:10 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-06-19 20:30:10 +0000 |
commit | 743e8c28ab97c6f9e24e5c497c0d25ff9b2315f7 (patch) | |
tree | 0b5383824f2d7f8ca6431297ebb58a00fc7371f0 /media-video/ffmpegthumbnailer | |
parent | stable ppc64, bug 273037 (diff) | |
download | gentoo-2-743e8c28ab97c6f9e24e5c497c0d25ff9b2315f7.tar.gz gentoo-2-743e8c28ab97c6f9e24e5c497c0d25ff9b2315f7.tar.bz2 gentoo-2-743e8c28ab97c6f9e24e5c497c0d25ff9b2315f7.zip |
stable ppc64, bug 274666
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'media-video/ffmpegthumbnailer')
-rw-r--r-- | media-video/ffmpegthumbnailer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/ffmpegthumbnailer/ChangeLog b/media-video/ffmpegthumbnailer/ChangeLog index 814a1e6da9c9..df3a53c7c6a3 100644 --- a/media-video/ffmpegthumbnailer/ChangeLog +++ b/media-video/ffmpegthumbnailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpegthumbnailer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.76 2009/06/19 09:45:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.77 2009/06/19 20:30:10 ranger Exp $ + + 19 Jun 2009; Brent Baude <ranger@gentoo.org> + ffmpegthumbnailer-1.5.3.ebuild: + stable ppc64, bug 274666 19 Jun 2009; Christian Faulhammer <fauli@gentoo.org> ffmpegthumbnailer-1.5.3.ebuild: diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.3.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.3.ebuild index 7caa42f17bce..47957f21caaa 100644 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.3.ebuild +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.3.ebuild,v 1.2 2009/06/19 09:45:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.5.3.ebuild,v 1.3 2009/06/19 20:30:10 ranger Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -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="jpeg png" RDEPEND=">=media-video/ffmpeg-0.5 |