kde5-functions.eclass: warning:22: EAPI: unable to extract default variable content: case ${EAPI} in warning:31: KDE_BUILD_TYPE: unable to extract default variable content: if [[ ${PV} = *9999* ]]; then warning:80: KDEBASE: unable to extract default variable content: if [[ ${KMNAME-${PN}} = kdevelop ]]; then
Do you have any advice about fixing these warnings? The code works as intended and I'm not sure how to improve it.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=6525e9c479dfddd8fdba39283e36b18aa6528743 commit 6525e9c479dfddd8fdba39283e36b18aa6528743 Author: Michael Palimaka <kensington@gentoo.org> AuthorDate: 2017-11-19 02:14:41 +0000 Commit: Michael Palimaka <kensington@gentoo.org> CommitDate: 2017-11-19 02:19:09 +0000 kde5-functions.eclass: use new EAPI documentation method Bug: https://bugs.gentoo.org/637778 eclass/kde5-functions.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)}
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=a326d0dd76c396f43949c03c40f8938538de288a commit a326d0dd76c396f43949c03c40f8938538de288a Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2017-11-29 17:40:11 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2017-11-29 17:40:11 +0000 kde5-functions.eclass: Fix eclassdoc Bug: https://bugs.gentoo.org/637778 eclass/kde5-functions.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)}
Remaining problems should hopefully be fixed by c47e50c0541e15287048412042912a7ee85e977e.