eclass/kernel-2.eclass: Add pkgconfig to RDPEND,needed for make menuconfig

Thanks to William Throwe for reporting
Closes: https://bugs.gentoo.org/730622

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2020-07-03 18:57:08 -04:00
parent 4448a84c47
commit ddb91ccc02

View File

@@ -605,6 +605,7 @@ if [[ ${ETYPE} == sources ]]; then
sys-devel/make
>=sys-libs/ncurses-5.2
virtual/libelf
virtual/pkgconfig
)"
SLOT="${PVR}"