summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2011-01-19 20:41:45 +0000
committerDror Levin <spatz@gentoo.org>2011-01-19 20:41:45 +0000
commit17148023bfc1fd43d07dc0af0bafb83a3a383829 (patch)
tree9f62cb919c43d193234c52f4b9c5d6c79e6923ec /media-video/motion
parentChange dep to virtual/jpeg, bug 347979. (diff)
downloadgentoo-2-17148023bfc1fd43d07dc0af0bafb83a3a383829.tar.gz
gentoo-2-17148023bfc1fd43d07dc0af0bafb83a3a383829.tar.bz2
gentoo-2-17148023bfc1fd43d07dc0af0bafb83a3a383829.zip
Change dep to virtual/jpeg, bug 347977.
(Portage version: 2.2.0_alpha17/cvs/Linux x86_64)
Diffstat (limited to 'media-video/motion')
-rw-r--r--media-video/motion/ChangeLog7
-rw-r--r--media-video/motion/motion-3.2.11.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/motion/ChangeLog b/media-video/motion/ChangeLog
index 078dc9ff0741..52ef6765d638 100644
--- a/media-video/motion/ChangeLog
+++ b/media-video/motion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/motion
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.30 2010/06/17 20:27:47 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.31 2011/01/19 20:41:45 spatz Exp $
+
+ 19 Jan 2011; Dror Levin <spatz@gentoo.org> motion-3.2.11.1.ebuild:
+ Change dep to virtual/jpeg, bug 347977.
17 Jun 2010; Patrick Lauer <patrick@gentoo.org> motion-3.2.11.1.ebuild:
Migrating away from deprecated postgres virtuals
diff --git a/media-video/motion/motion-3.2.11.1.ebuild b/media-video/motion/motion-3.2.11.1.ebuild
index 44221db63236..115ca1cc9564 100644
--- a/media-video/motion/motion-3.2.11.1.ebuild
+++ b/media-video/motion/motion-3.2.11.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.11.1.ebuild,v 1.5 2010/06/17 20:27:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.11.1.ebuild,v 1.6 2011/01/19 20:41:45 spatz Exp $
EAPI=2
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~ppc ~x86"
IUSE="ffmpeg mysql postgres v4l"
RDEPEND="sys-libs/zlib
- media-libs/jpeg
+ virtual/jpeg
ffmpeg? ( media-video/ffmpeg )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )"