commit: 304bc81cd9f7e4c7741b3f00358d5a20d128576e Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Nov 13 17:21:12 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Nov 13 17:21:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=304bc81c
eclass: remove code that appeared out of nowhere eclass/kde5.eclass | 5 ----- 1 file changed, 5 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index aad8416..4253da9 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -417,11 +417,6 @@ kde5_pkg_nofetch() { eerror "This is not a bug. Please do not file bugs or contact upstream about this." eerror "" eerror "Please consult the upstream release schedule to see when this " - if [[ ${KDE_HANDBOOK} = forceoptional ]] ; then - if ! use_if_iuse handbook ; then - punt_bogus_dep KF5 DocTools - fi - fi eerror "package is scheduled to be released:" eerror "https://techbase.kde.org/Schedules" }