diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-02 17:35:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-02 17:35:01 +0000 |
commit | c398e1742648588169791f5cac7c2f0cf33ab198 (patch) | |
tree | 25091d1c7ed5dcd8ec162e0e225801d195e2cdad | |
parent | Add missing virtual/libudev dependency to 1.0.5. Add missing virtual/libgudev... (diff) | |
download | gentoo-2-c398e1742648588169791f5cac7c2f0cf33ab198.tar.gz gentoo-2-c398e1742648588169791f5cac7c2f0cf33ab198.tar.bz2 gentoo-2-c398e1742648588169791f5cac7c2f0cf33ab198.zip |
Pull in virtual/libgudev.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r-- | xfce-base/thunar/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.6.3.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 2af3654f0b03..3470a4eb3e12 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/thunar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.173 2014/04/22 13:49:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.174 2014/06/02 17:35:01 ssuominen Exp $ + + 02 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> thunar-1.6.3.ebuild: + Pull in virtual/libgudev. 22 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> -thunar-1.6.2.ebuild: old diff --git a/xfce-base/thunar/thunar-1.6.3.ebuild b/xfce-base/thunar/thunar-1.6.3.ebuild index 49e97128f0e1..16dab6ce5461 100644 --- a/xfce-base/thunar/thunar-1.6.3.ebuild +++ b/xfce-base/thunar/thunar-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.9 2014/04/19 17:46:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.10 2014/06/02 17:35:01 ssuominen Exp $ EAPI=5 inherit virtualx xfconf @@ -30,13 +30,16 @@ COMMON_DEPEND=">=dev-lang/perl-5.6 libnotify? ( >=x11-libs/libnotify-0.7 ) pcre? ( >=dev-libs/libpcre-6 ) startup-notification? ( x11-libs/startup-notification ) - udev? ( virtual/udev[gudev] ) + udev? ( virtual/libgudev:= ) xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )" RDEPEND="${COMMON_DEPEND} >=dev-util/desktop-file-utils-0.20-r1 x11-misc/shared-mime-info dbus? ( ${GVFS_DEPEND} ) - udev? ( || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] ) ) + udev? ( + virtual/udev + || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] ) + ) xfce_plugins_trash? ( ${GVFS_DEPEND} )" DEPEND="${COMMON_DEPEND} dev-util/intltool |