diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-11 11:15:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-12-11 11:15:25 +0000 |
commit | f8d0c57203be3fea164689e54b7fd8b4bc3c5ace (patch) | |
tree | 846dfd98b0527006deab5959c575c77b7fa9e64b /media-gfx/shotwell | |
parent | Use virtual/udev instead of sys-fs/udev. (diff) | |
download | gentoo-2-f8d0c57203be3fea164689e54b7fd8b4bc3c5ace.tar.gz gentoo-2-f8d0c57203be3fea164689e54b7fd8b4bc3c5ace.tar.bz2 gentoo-2-f8d0c57203be3fea164689e54b7fd8b4bc3c5ace.zip |
Use virtual/udev instead of sys-fs/udev.
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-gfx/shotwell')
-rw-r--r-- | media-gfx/shotwell/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/shotwell/shotwell-0.12.3.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/shotwell/shotwell-0.13.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/shotwell/ChangeLog b/media-gfx/shotwell/ChangeLog index a891bdc5dce1..8ac07098065a 100644 --- a/media-gfx/shotwell/ChangeLog +++ b/media-gfx/shotwell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/shotwell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.40 2012/11/13 19:06:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.41 2012/12/11 11:15:25 ssuominen Exp $ + + 11 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> shotwell-0.12.3.ebuild, + shotwell-0.13.1.ebuild: + Use virtual/udev instead of sys-fs/udev. 13 Nov 2012; Markos Chandras <hwoarang@gentoo.org> shotwell-0.12.3.ebuild, shotwell-0.13.1.ebuild: diff --git a/media-gfx/shotwell/shotwell-0.12.3.ebuild b/media-gfx/shotwell/shotwell-0.12.3.ebuild index 4378d0c8e263..5ab50bf94445 100644 --- a/media-gfx/shotwell/shotwell-0.12.3.ebuild +++ b/media-gfx/shotwell/shotwell-0.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.12.3.ebuild,v 1.3 2012/11/13 19:06:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.12.3.ebuild,v 1.4 2012/12/11 11:15:25 ssuominen Exp $ EAPI=4 GCONF_DEBUG="no" @@ -41,7 +41,7 @@ RDEPEND=" >=net-libs/libsoup-2.26.0:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 - || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) + virtual/udev[gudev] x11-libs/gtk+:3" DEPEND="${RDEPEND} dev-lang/vala:0.16 diff --git a/media-gfx/shotwell/shotwell-0.13.1.ebuild b/media-gfx/shotwell/shotwell-0.13.1.ebuild index 6c4267d8eecc..2fc7234d7608 100644 --- a/media-gfx/shotwell/shotwell-0.13.1.ebuild +++ b/media-gfx/shotwell/shotwell-0.13.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.13.1.ebuild,v 1.2 2012/11/13 19:06:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.13.1.ebuild,v 1.3 2012/12/11 11:15:25 ssuominen Exp $ EAPI=4 GCONF_DEBUG="no" @@ -43,7 +43,7 @@ RDEPEND=" >=net-libs/libsoup-2.26.0:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 - || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) + virtual/udev[gudev] x11-libs/gtk+:3" DEPEND="${RDEPEND} $(vala_depend) |