From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A1E8139000 for ; Thu, 29 Jul 2021 19:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE97E08A8; Thu, 29 Jul 2021 19:03:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E805E08A8 for ; Thu, 29 Jul 2021 19:03:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8E41342F7B for ; Thu, 29 Jul 2021 19:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AAC95C4 for ; Thu, 29 Jul 2021 19:03:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1627585404.e424623a88b682751b4fcf7f48238be5685f6fa2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/skrooge-9999.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e424623a88b682751b4fcf7f48238be5685f6fa2 X-VCS-Branch: master Date: Thu, 29 Jul 2021 19:03:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 552dd01b-f226-4a9c-944e-370fc210b487 X-Archives-Hash: dac33d6e611e05d43be8fae3ed7ec799 commit: e424623a88b682751b4fcf7f48238be5685f6fa2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 29 19:03:24 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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)