diff options
Diffstat (limited to 'xfce-extra/xarchiver/xarchiver-0.4.2_rc2-r1.ebuild')
-rw-r--r-- | xfce-extra/xarchiver/xarchiver-0.4.2_rc2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/xarchiver/xarchiver-0.4.2_rc2-r1.ebuild b/xfce-extra/xarchiver/xarchiver-0.4.2_rc2-r1.ebuild index 6dbf87eae5b9..4e0bc03ef4c3 100644 --- a/xfce-extra/xarchiver/xarchiver-0.4.2_rc2-r1.ebuild +++ b/xfce-extra/xarchiver/xarchiver-0.4.2_rc2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/xarchiver-0.4.2_rc2-r1.ebuild,v 1.1 2006/12/13 21:31:16 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/xarchiver-0.4.2_rc2-r1.ebuild,v 1.2 2006/12/16 08:11:15 welp Exp $ inherit eutils xfce44 versionator @@ -22,8 +22,8 @@ DEPEND=">=x11-libs/gtk+-2.6 app-arch/zip app-arch/bzip2" RDEPEND="${DEPEND} - arj? ( app-arch/unarj ) + arj? ( || ( app-arch/unarj app-arch/arj ) ) ace? ( app-arch/unace ) - rar? ( app-arch/unrar ) + rar? ( || ( app-arch/unrar app-arch/rar ) ) 7zip? ( app-arch/p7zip ) rpm? ( app-arch/rpm )" |