commit:     e424623a88b682751b4fcf7f48238be5685f6fa2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 19:03:24 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 19:03:24 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e424623a

app-office/skrooge: Also set SKG_WEBKIT=OFF

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/skrooge/skrooge-9999.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/app-office/skrooge/skrooge-9999.ebuild 
b/app-office/skrooge/skrooge-9999.ebuild
index e7f24fae83..b169e5038d 100644
--- a/app-office/skrooge/skrooge-9999.ebuild
+++ b/app-office/skrooge/skrooge-9999.ebuild
@@ -22,10 +22,9 @@ LICENSE="GPL-2"
 SLOT="5"
 IUSE="activities kde ofx"
 
-BDEPEND="
-       dev-libs/libxslt
-       virtual/pkgconfig
-"
+# hangs + installs files (also requires KF5DesignerPlugin)
+RESTRICT+=" test"
+
 COMMON_DEPEND="
        >=app-crypt/qca-2.3.0:2
        dev-db/sqlcipher
@@ -73,13 +72,15 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
        >=dev-qt/qtquickcontrols-${QTMIN}:5
 "
-
-# hangs + installs files (also requires KF5DesignerPlugin)
-RESTRICT+=" test"
+BDEPEND="
+       dev-libs/libxslt
+       virtual/pkgconfig
+"
 
 src_configure() {
        local mycmakeargs=(
                -DSKG_WEBENGINE=ON
+               -DSKG_WEBKIT=OFF
                -DSKG_DESIGNER=OFF
                $(cmake_use_find_package activities KF5Activities)
                $(cmake_use_find_package kde KF5Runner)

Reply via email to