fcaps.eclass: use BDEPEND for EAPI 7
authorDavid Michael <fedora.dm0@gmail.com>
Fri, 13 Mar 2020 19:21:47 +0000 (15:21 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 15 Mar 2020 18:45:57 +0000 (14:45 -0400)
commit814ab1294edf3565fc02fe63d15d6fa7ca886429
tree4959e21aee90ca443164f37db1f9a7daf0e4d6b9
parentb15434cb79125c39254a9dfcc0961820152d3bb9
fcaps.eclass: use BDEPEND for EAPI 7

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 Michael <fedora.dm0@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
eclass/fcaps.eclass