diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 15:45:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-05 15:45:30 +0000 |
commit | 28bcedd9f014137c0b04e378d527ee642791876c (patch) | |
tree | a39e1a92a4234df4af8a6b3d38ec14218b949878 /xfce-extra/thunar-vcs-plugin | |
parent | Snapshot from thunarx-2 branch. (diff) | |
download | gentoo-2-28bcedd9f014137c0b04e378d527ee642791876c.tar.gz gentoo-2-28bcedd9f014137c0b04e378d527ee642791876c.tar.bz2 gentoo-2-28bcedd9f014137c0b04e378d527ee642791876c.zip |
extra tabbing
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vcs-plugin')
-rw-r--r-- | xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild index cbb9229f49a2..a77cbd812d08 100644 --- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild +++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.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-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild,v 1.1 2010/11/05 15:35:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild,v 1.2 2010/11/05 15:45:30 ssuominen Exp $ # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-vcs-plugin @@ -29,11 +29,11 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( - --disable-dependency-tracking - $(use_enable subversion) - $(use_enable git) - $(xfconf_use_debug) - ) + --disable-dependency-tracking + $(use_enable subversion) + $(use_enable git) + $(xfconf_use_debug) + ) DOCS="AUTHORS ChangeLog NEWS README" } |