diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-25 11:52:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-25 11:52:29 +0000 |
commit | 1508cab8836ae60ec46021a0fec388323ff64d47 (patch) | |
tree | 71f2fb03c977dc1821c81d604dfa987e4a28b1a9 /xfce-base | |
parent | Mask some broken xfce plugins (diff) | |
download | gentoo-2-1508cab8836ae60ec46021a0fec388323ff64d47.tar.gz gentoo-2-1508cab8836ae60ec46021a0fec388323ff64d47.tar.bz2 gentoo-2-1508cab8836ae60ec46021a0fec388323ff64d47.zip |
be more specific
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/thunar/thunar-1.1.5.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xfce-base/thunar/thunar-1.1.5.ebuild b/xfce-base/thunar/thunar-1.1.5.ebuild index 86e7bfd9de01..f5e637534905 100644 --- a/xfce-base/thunar/thunar-1.1.5.ebuild +++ b/xfce-base/thunar/thunar-1.1.5.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.5.ebuild,v 1.3 2010/12/25 10:35:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.1.5.ebuild,v 1.4 2010/12/25 11:52:29 ssuominen Exp $ EAPI=3 inherit virtualx xfconf @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev" +GVFS_DEPEND=">=gnome-base/gvfs-1.6.6" COMMON_DEPEND=">=xfce-base/exo-0.5.3 >=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.14:2 @@ -27,14 +28,15 @@ COMMON_DEPEND=">=xfce-base/exo-0.5.3 libnotify? ( x11-libs/libnotify ) pcre? ( >=dev-libs/libpcre-6 ) startup-notification? ( x11-libs/startup-notification ) + udev? ( >=sys-fs/udev-145[extras] ) xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88 - >=xfce-base/xfce4-panel-4.3.90 ) - udev? ( >=sys-fs/udev-145[extras] )" + >=xfce-base/xfce4-panel-4.3.90 )" RDEPEND="${COMMON_DEPEND} x11-misc/shared-mime-info dev-util/desktop-file-utils - >=gnome-base/gvfs-1.6.6 - udev? ( >=gnome-base/gvfs-1.6.6[gdu,udev] )" + dbus? ( ${GVFS_DEPEND} ) + udev? ( ${GVFS_DEPEND}[gdu,udev] ) + xfce_plugins_trash? ( ${GVFS_DEPEND} )" DEPEND="${COMMON_DEPEND} dev-util/intltool dev-util/pkgconfig |