commit: 38a886632095a6e8c6489e962c88155e916da9a8
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec 1 13:42:16 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 09:49:05 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=38a88663
kde-apps/kpat: Manual quirk -> KDE_PUNT_BOGUS_DEPS
Package-Manager: portage-2.2.26
kde-apps/kpat/kpat-15.12.49.9999.ebuild | 10 ++--------
kde-apps/kpat/kpat-9999.ebuild | 10 ++--------
2 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/kde-apps/kpat/kpat-15.12.49.9999.ebuild
b/kde-apps/kpat/kpat-15.12.49.9999.ebuild
index a389a25..f8ac573 100644
--- a/kde-apps/kpat/kpat-15.12.49.9999.ebuild
+++ b/kde-apps/kpat/kpat-15.12.49.9999.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
+KDE_PUNT_BOGUS_DEPS="true"
KDE_SELINUX_MODULE="games"
inherit kde5
@@ -43,10 +44,3 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-
-src_prepare() {
- # fix copy-paste (?) error, there are no tests
- sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
-
- kde5_src_prepare
-}
diff --git a/kde-apps/kpat/kpat-9999.ebuild b/kde-apps/kpat/kpat-9999.ebuild
index a389a25..f8ac573 100644
--- a/kde-apps/kpat/kpat-9999.ebuild
+++ b/kde-apps/kpat/kpat-9999.ebuild
@@ -4,7 +4,8 @@
EAPI=5
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
+KDE_PUNT_BOGUS_DEPS="true"
KDE_SELINUX_MODULE="games"
inherit kde5
@@ -43,10 +44,3 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-
-src_prepare() {
- # fix copy-paste (?) error, there are no tests
- sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
-
- kde5_src_prepare
-}