Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: Ulrich Mueller <ulm@g.o>
Cc: gentoo development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [PATCH] fcaps.eclass: Remove sys-libs/libcap-ng support
Date: Wed, 15 Apr 2020 17:22:17
Message-Id: CAEdQ38GFRgzAppJ1=x6nHkatrStN6RVWJysGzOAdR6aZgd3SBw@mail.gmail.com
In Reply to: Re: [gentoo-dev] [PATCH] fcaps.eclass: Remove sys-libs/libcap-ng support by Ulrich Mueller
1 On Wed, Apr 15, 2020 at 1:37 AM Ulrich Mueller <ulm@g.o> wrote:
2 >
3 > >>>>> On Wed, 15 Apr 2020, Matt Turner wrote:
4 >
5 > > At the same time, fix the dependency on sys-libs/libcap by moving it to
6 > > RDEPEND, as dependencies in DEPEND/BDEPEND are not guaranteed to exist
7 > > during pkg_postinst() when this eclass is intended to run.
8 >
9 > This is a CBUILD type dependency, right? Then there is no good way to
10 > express it in EAPI 7. Still, I think that it should be specified in
11 > BDEPEND (and maybe RDEPEND in addition).
12
13 I'm not sure what CBUILD means. What is that?

Replies