summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/thunar-vcs-plugin')
-rw-r--r--xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild7
1 files changed, 3 insertions, 4 deletions
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 )
}