public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mike Gilbert <floppym@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: Sam James <sam@gentoo.org>, base-system@gentoo.org
Subject: Re: [gentoo-dev] [PATCH] unpacker.eclass: support >=app-arch/xz-utils-5.4.0 for lzip decompression
Date: Wed, 14 Dec 2022 17:05:47 -0500	[thread overview]
Message-ID: <CAJ0EP43ifWTaNdpk9Bwv1xgpO-OCfqbt40sRUsbixh+A+4x9cQ@mail.gmail.com> (raw)
In-Reply-To: <u4jtyqklb@gentoo.org>

On Wed, Dec 14, 2022 at 6:40 AM Ulrich Mueller <ulm@gentoo.org> wrote:
>
> >>>>> On Wed, 14 Dec 2022, Sam James wrote:
>
> >               *.lz)
> > -                     d="|| ( app-arch/plzip app-arch/pdlzip app-arch/lzip )" ;;
> > +                     d="
> > +                             || (
> > +                                     >=app-arch/xz-utils-5.4.0
> > +                                     app-arch/plzip
> > +                                     app-arch/pdlzip
> > +                                     app-arch/lzip
> > +                             )
> > +                     "
> > +                     ;;
>
> Shouldn't all consumers with a dependency on lzip be revbumped?
> Otherwise emerge --depclean (in the default configuration) won't drop
> lzip.

That seems like an extreme solution to a problem nobody really cares about.


  reply	other threads:[~2022-12-14 22:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14  8:22 [gentoo-dev] [PATCH] unpacker.eclass: support >=app-arch/xz-utils-5.4.0 for lzip decompression Sam James
2022-12-14 11:40 ` Ulrich Mueller
2022-12-14 22:05   ` Mike Gilbert [this message]
2022-12-14 23:49   ` Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ0EP43ifWTaNdpk9Bwv1xgpO-OCfqbt40sRUsbixh+A+4x9cQ@mail.gmail.com \
    --to=floppym@gentoo.org \
    --cc=base-system@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=sam@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox