diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:57:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:57:32 +0000 |
commit | 9bee9fa9dd752e2b1415b3d7e24db11abcd0af3e (patch) | |
tree | a43eb79be9674baed5eb1d5b711f17bf83962a6d /xfce-extra/thunar-vfs | |
parent | Stable on amd64 wrt bug #341821 (diff) | |
download | gentoo-2-9bee9fa9dd752e2b1415b3d7e24db11abcd0af3e.tar.gz gentoo-2-9bee9fa9dd752e2b1415b3d7e24db11abcd0af3e.tar.bz2 gentoo-2-9bee9fa9dd752e2b1415b3d7e24db11abcd0af3e.zip |
workaround broken repoman check
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vfs')
-rw-r--r-- | xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild b/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild index 91d57c07134b..05cf0e56d00c 100644 --- a/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild +++ b/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.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-vfs/thunar-vfs-0_p20100824.ebuild,v 1.3 2010/09/24 14:08:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.4 2010/10/28 14:57:32 ssuominen Exp $ EAPI=3 EAUTORECONF=yes @@ -42,8 +42,8 @@ pkg_setup() { $(use_enable gnome gnome-thumbnailers) $(use_enable startup-notification) $(xfconf_use_debug) - --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html - --with-volume-manager=none" + --with-volume-manager=none + --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html" } src_install() { |