Bug 202919 - mail-filter/amavisd-new little dep fix about rar
Bug#: 202919 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: antivirus@gentoo.org Reported By: mrfree@infinito.it
Component: Ebuilds
URL: 
Summary: mail-filter/amavisd-new little dep fix about rar
Keywords:  
Status Whiteboard: 
Opened: 2007-12-21 09:08 0000
Description:   Opened: 2007-12-21 09:08 0000
I think it should be better under RDEPEND to use:

RDEPEND="${DEPEND}
  ...
  || ( app-arch/unrar app-arch/rar ) 

instead of the current

RDEPEND="${DEPEND}
  ...
  app-arch/unrar

I'm actually using the 'unrar' binary from the app-arch/rar package because of
a bug in the binary provided by app-arch/unrar (the bug seems related with the
'-av-' option used by amavis-new to decompress .rar files)

------- Comment #1 From Andrej Kacian (RETIRED) 2007-12-27 12:43:48 0000 -------
In CVS, thanks for suggestion!