Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202919 - mail-filter/amavisd-new little dep fix about rar
Summary: mail-filter/amavisd-new little dep fix about rar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Antivirus Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-21 09:08 UTC by Laurento Frittella (mrfree)
Modified: 2007-12-27 12:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurento Frittella (mrfree) 2007-12-21 09:08:45 UTC
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 Andrej Kacian (RETIRED) gentoo-dev 2007-12-27 12:43:48 UTC
In CVS, thanks for suggestion!