diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-25 07:47:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-25 07:47:16 +0000 |
commit | 314e32ab6a94606f196e3447e5a65e85d3695e25 (patch) | |
tree | 16f8e87bd9aff58c4ab5cc1c6f63859531cc7b70 /xfce-extra | |
parent | clean up, fix HOMEPAGE (diff) | |
download | gentoo-2-314e32ab6a94606f196e3447e5a65e85d3695e25.tar.gz gentoo-2-314e32ab6a94606f196e3447e5a65e85d3695e25.tar.bz2 gentoo-2-314e32ab6a94606f196e3447e5a65e85d3695e25.zip |
prefer file-roller over ark, since thunar deps on gvfs and deps are installed then already too
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild index 480d78511293..3666691068b7 100644 --- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild +++ b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.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-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild,v 1.12 2010/12/25 07:45:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r2.ebuild,v 1.13 2010/12/25 07:47:16 ssuominen Exp $ EAPI=3 EAUTORECONF=yes @@ -18,10 +18,7 @@ IUSE="debug" COMMON_DEPEND="xfce-base/thunar" RDEPEND="${COMMON_DEPEND} - || ( app-arch/xarchiver - kde-base/ark - app-arch/file-roller - app-arch/squeeze )" + || ( app-arch/xarchiver app-arch/file-roller kde-base/ark app-arch/squeeze )" DEPEND="${COMMON_DEPEND} sys-devel/gettext dev-util/pkgconfig" |