On 2024/05/27 17:02, Rafael Sadowski wrote:
> On Mon May 27, 2024 at 03:52:40PM GMT, Stuart Henderson wrote:
> > On 2024/05/27 11:03, Rafael Sadowski wrote:
> > > I have seen this conflict and hope the following diff fixes the problem.
> > 
> > That just registers the conflict. But you have one port depending on
> > kf6-kaccounts-integration and several depending on kaccounts-integration
> > at build time so you'll need to actually de-conflict them somehow (e.g.
> > renaming the files or something) otherwise it will occasionally break
> > in bulk builds.
> 
> They are de-conflict. kaccounts-integration-24.02.1 and
> kf6-kaccounts-integration-24.02.1 can be installed at the same time.

Ah, I see.

> > > --- pkg/PLIST     16 Apr 2024 19:30:14 -0000      1.1.1.1
> > > +++ pkg/PLIST     27 May 2024 09:01:10 -0000
> > > @@ -1,3 +1,4 @@
> > > +@conflict kaccounts-integration-<=24.02.1

I'm not entirely sure what is matched regarding revisions when you just
use a plain version number, so I would use this as it's unambiguous:

@conflict kaccounts-integration-<24.02.1p0

with that, OK

Reply via email to