From 5faee6c3fbe19f67c36be5e98c458029a8bfabdf Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 19 May 2011 21:41:22 +0000 Subject: EAPI4 (Portage version: 2.2.0_alpha33/cvs/Linux x86_64) --- xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'xfce-extra/thunar-vcs-plugin') diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild index fcd3cd0ce6b2..3eb0c4a685ba 100644 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild +++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.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-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.1 2011/03/20 13:25:50 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.2 2011/05/19 21:41:22 ssuominen Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar" @@ -28,11 +28,10 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( - --disable-dependency-tracking $(use_enable subversion) $(use_enable git) $(xfconf_use_debug) ) - DOCS="AUTHORS ChangeLog NEWS README" + DOCS=( AUTHORS ChangeLog NEWS README ) } -- cgit v1.2.3-65-gdbad