diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:05:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:05:07 +0000 |
commit | b0f82f98c98b81809f337ba9acf3809eed5951bd (patch) | |
tree | 01d9b4ca9420ce4bbf64c2bc84a314dc683f9ef0 /xfce-extra/thunar-vfs | |
parent | version bump (diff) | |
download | historical-b0f82f98c98b81809f337ba9acf3809eed5951bd.tar.gz historical-b0f82f98c98b81809f337ba9acf3809eed5951bd.tar.bz2 historical-b0f82f98c98b81809f337ba9acf3809eed5951bd.zip |
EAPI4
Package-Manager: portage-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() { |