diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-10-31 13:08:45 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-10-31 13:08:45 +0000 |
commit | ef0081b79333c4808dd9a7489459c49d27c21ffb (patch) | |
tree | 5f6438b226c5480716626232c40b15424ae82a3e /rox-extra/archive/archive-2.2.ebuild | |
parent | Added alternative to app-arch/unrar (Bug #244985) (diff) | |
download | historical-ef0081b79333c4808dd9a7489459c49d27c21ffb.tar.gz historical-ef0081b79333c4808dd9a7489459c49d27c21ffb.tar.bz2 historical-ef0081b79333c4808dd9a7489459c49d27c21ffb.zip |
Added alternative to app-arch/unrar (Bug #244983), plus version cleanup
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'rox-extra/archive/archive-2.2.ebuild')
-rw-r--r-- | rox-extra/archive/archive-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rox-extra/archive/archive-2.2.ebuild b/rox-extra/archive/archive-2.2.ebuild index 0acb7093db84..3df0c6a98ba6 100644 --- a/rox-extra/archive/archive-2.2.ebuild +++ b/rox-extra/archive/archive-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/archive-2.2.ebuild,v 1.5 2008/08/30 19:57:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/archive-2.2.ebuild,v 1.6 2008/10/31 13:08:45 lack Exp $ ROX_LIB_VER=2.0.0 inherit rox-0install @@ -20,7 +20,7 @@ RDEPEND="virtual/gzip app-arch/lzma-utils bzip2? ( app-arch/bzip2 ) compress? ( app-arch/ncompress ) - rar? ( app-arch/unrar ) + rar? ( || ( app-arch/unrar app-arch/rar ) ) uuencode? ( app-arch/sharutils ) zip? ( app-arch/unzip app-arch/zip ) ace? ( app-arch/unace ) |