If an upgraded package version contains new optdeps, the user is
notified of that. If the new optdep is already installed, that
information is redundant.
Instead, do not output new optdeps if they are already installed.
On 16/07/12 08:33, Clemens Buchacher wrote:
> If an upgraded package version contains new optdeps, the user is
> notified of that. If the new optdep is already installed, that
> information is redundant.
>
> Instead, do not output new optdeps if they are already installed.
>
> Signed-off-by: Clemens Buchacher <drizzd@aon.at>
> ---
FYI - there is a large patchset fo optdepends that needs tidied up with
includes this functionality:
https://github.com/moben/pacman/commit/bd6c1294
I would also like to see this filter out things that are about to be
installed...
On Mon, Jul 16, 2012 at 10:17:03AM +1000, Allan McRae wrote:
>
> FYI - there is a large patchset fo optdepends that needs tidied up with
> includes this functionality:
> https://github.com/moben/pacman/commit/bd6c1294
Ok, from comparison with that I see that my version would not handle
optdeps with descriptions.
> I would also like to see this filter out things that are about to be
> installed...