diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:01:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:01:51 +0000 |
commit | 6bf68e801c808498c4f4cafcea604df7ccc17c35 (patch) | |
tree | c8b8b41a5e7741de1fb36636a5f8e6299eb36830 /xfce-extra/thunar-vfs | |
parent | x86 stable, EAPI4 (diff) | |
download | gentoo-2-6bf68e801c808498c4f4cafcea604df7ccc17c35.tar.gz gentoo-2-6bf68e801c808498c4f4cafcea604df7ccc17c35.tar.bz2 gentoo-2-6bf68e801c808498c4f4cafcea604df7ccc17c35.zip |
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vfs')
-rw-r--r-- | xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild b/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild index 42515b4b8e8c..5a03eb6a50f1 100644 --- a/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild +++ b/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild,v 1.5 2011/02/14 19:50:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-1.2.0.ebuild,v 1.6 2011/05/19 21:01:51 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="Xfce's filesystem libraries (deprecated: don't use this for future development)" @@ -34,7 +34,6 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( - --disable-dependency-tracking $(use_enable dbus) $(use_enable gnome gnome-thumbnailers) $(use_enable startup-notification) @@ -43,7 +42,7 @@ pkg_setup() { --with-volume-manager=none ) - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" + DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO ) } src_install() { |