diff options
author | 2010-08-08 13:24:39 +0000 | |
---|---|---|
committer | 2010-08-08 13:24:39 +0000 | |
commit | 58b7c50e6f202e7dbb042dc4ef17792a88c01839 (patch) | |
tree | 44130c6a96214cb0b947e68dc97e8d4ca763f0ef /xfce-base | |
parent | Link to libxfcegui4 wrt #331503 by Diego E. Pettenò. (diff) | |
download | gentoo-2-58b7c50e6f202e7dbb042dc4ef17792a88c01839.tar.gz gentoo-2-58b7c50e6f202e7dbb042dc4ef17792a88c01839.tar.bz2 gentoo-2-58b7c50e6f202e7dbb042dc4ef17792a88c01839.zip |
gnome-base/gvfs is required with USE="gdu udev" for volume management (upstream #6614).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.1.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index b5578b50d8c5..3f60e075d13f 100644 --- a/xfce-base/thunar/ChangeLog +++ b/xfce-base/thunar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/thunar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.95 2010/07/26 15:33:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.96 2010/08/08 13:24:39 ssuominen Exp $ + + 08 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> thunar-1.1.1.ebuild: + gnome-base/gvfs is required with USE="gdu udev" for volume management + (upstream #6614). *thunar-1.1.1 (26 Jul 2010) diff --git a/xfce-base/thunar/thunar-1.1.1.ebuild b/xfce-base/thunar/thunar-1.1.1.ebuild index 763f2d084b9c..5f8c21c69621 100644 --- a/xfce-base/thunar/thunar-1.1.1.ebuild +++ b/xfce-base/thunar/thunar-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.1.1.ebuild,v 1.4 2010/07/26 15:48:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.1.1.ebuild,v 1.5 2010/08/08 13:24:39 ssuominen Exp $ EAPI=3 inherit virtualx xfconf @@ -32,7 +32,8 @@ COMMON_DEPEND=">=xfce-base/exo-0.5.3 udev? ( >=sys-fs/udev-145[extras] )" RDEPEND="${COMMON_DEPEND} >=x11-misc/shared-mime-info-0.71 - >=dev-util/desktop-file-utils-0.16" + >=dev-util/desktop-file-utils-0.16 + udev? ( >=gnome-base/gvfs-1.6.3[gdu,udev] )" DEPEND="${COMMON_DEPEND} dev-util/intltool dev-util/pkgconfig |