Re: [gentoo-dev] [PATCH] fcaps.eclass: use BDEPEND for EAPI 7

2020-03-13 Thread Mike Gilbert
On Fri, Mar 13, 2020 at 2:23 PM David Michael wrote: > > The eclass installs libcap to execute the setcap program, so it > must be installed in /. Optional libcap linking is handled by the > USE=caps flag, which is unrelated to this eclass, so the DEPEND > declaration is not needed on EAPI 7. > >

[gentoo-dev] [PATCH] fcaps.eclass: use BDEPEND for EAPI 7

2020-03-13 Thread David Michael
The eclass installs libcap to execute the setcap program, so it must be installed in /. Optional libcap linking is handled by the USE=caps flag, which is unrelated to this eclass, so the DEPEND declaration is not needed on EAPI 7. Closes: https://bugs.gentoo.org/700018 Signed-off-by: David Michae