public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping (sping)" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cheese: ChangeLog cheese-2.32.0.ebuild
Date: Thu,  9 Jun 2011 01:28:06 +0000 (UTC)	[thread overview]
Message-ID: <20110609012806.36E4220036@flycatcher.gentoo.org> (raw)

sping       11/06/09 01:28:06

  Modified:             ChangeLog cheese-2.32.0.ebuild
  Log:
  media-video/cheese: Fix conclict with sys-fs/udev-171 (bug ##370381)
  
  (Portage version: 2.1.10/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 media-video/cheese/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	31 Mar 2011 07:51:18 -0000	1.47
+++ ChangeLog	9 Jun 2011 01:28:06 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/cheese
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.47 2011/03/31 07:51:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/ChangeLog,v 1.48 2011/06/09 01:28:06 sping Exp $
+
+  09 Jun 2011; Sebastian Pipping <sping@gentoo.org> cheese-2.32.0.ebuild:
+  Add >=sys-fs/udev-171[gudev] as an alternative dependency to
+  >=sys-fs/udev-145-r1[extras] (bug #370381)
 
   31 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> cheese-2.32.0.ebuild:
   Remove USE="v4l" and gst-plugins-v4l RDEPEND wrt #359647.



1.12                 media-video/cheese/cheese-2.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild?r1=1.11&r2=1.12

Index: cheese-2.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cheese-2.32.0.ebuild	31 Mar 2011 07:51:18 -0000	1.11
+++ cheese-2.32.0.ebuild	9 Jun 2011 01:28:06 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild,v 1.11 2011/03/31 07:51:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cheese/cheese-2.32.0.ebuild,v 1.12 2011/06/09 01:28:06 sping Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -24,7 +24,7 @@
 	>=x11-libs/cairo-1.4
 	>=x11-libs/pango-1.18
 	>=sys-apps/dbus-1[X]
-	>=sys-fs/udev-145-r1[extras]
+	|| ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145-r1[extras] )
 	>=gnome-base/gconf-2.16:2
 	>=gnome-base/gnome-desktop-2.26:2
 	>=gnome-base/librsvg-2.18:2






             reply	other threads:[~2011-06-09  1:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09  1:28 Sebastian Pipping (sping) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-10 17:25 [gentoo-commits] gentoo-x86 commit in media-video/cheese: ChangeLog cheese-2.32.0.ebuild Pacho Ramos (pacho)
2011-03-31  7:51 Samuli Suominen (ssuominen)
2011-03-22 19:38 Brent Baude (ranger)
2011-03-21 21:02 Kacper Kowalik (xarthisius)
2011-03-12 20:09 Raul Porcel (armin76)
2011-02-24 20:36 Thomas Kahle (tomka)
2011-02-23 23:07 Markos Chandras (hwoarang)
2011-02-15  8:12 Gilles Dartiguelongue (eva)
2010-11-02  2:51 Arun Raghavan (ford_prefect)
2010-11-01 14:49 Gilles Dartiguelongue (eva)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110609012806.36E4220036@flycatcher.gentoo.org \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox