public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kmarkdownwebview/
Date: Sat,  2 Sep 2017 09:40:28 +0000 (UTC)	[thread overview]
Message-ID: <1504345204.5518afd378820d36d1b57d2c8480d5f8b782d91f.asturm@gentoo> (raw)

commit:     5518afd378820d36d1b57d2c8480d5f8b782d91f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 09:39:29 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 09:40:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5518afd3

kde-misc/kmarkdownwebview: Fix DEPENDs, build switch

Upstream commit 6debff938cf625a8bc152ad43776bb1b18bd3fad

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild b/kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild
index b9d84f8ecf..b98f39eaa0 100644
--- a/kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild
+++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild
@@ -16,21 +16,22 @@ IUSE="webkit"
 DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kparts)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kparts)
 	$(add_frameworks_dep kxmlgui)
 	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwebchannel)
 	$(add_qt_dep qtwidgets)
 	webkit? ( $(add_qt_dep qtwebkit) )
-	!webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+	!webkit? (
+		$(add_qt_dep qtwebchannel)
+		$(add_qt_dep qtwebengine 'widgets')
+	)
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
-		-DUSE_WEBKIT=$(usex webkit)
+		-DUSE_QTWEBKIT=$(usex webkit)
 	)
 
 	kde5_src_configure


             reply	other threads:[~2017-09-02  9:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-02  9:40 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-30 17:53 [gentoo-commits] proj/kde:master commit in: kde-misc/kmarkdownwebview/ Andreas Sturmlechner
2020-09-17 20:07 Andreas Sturmlechner
2020-08-16 22:24 Andreas Sturmlechner
2018-02-13  0:25 Andreas Sturmlechner
2017-09-15 10:36 Michael Palimaka
2017-09-15 10:36 Michael Palimaka
2017-09-15 10:36 Michael Palimaka
2017-09-15 10:36 Michael Palimaka
2017-09-10 12:21 Johannes Huber
2017-08-27 19:45 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1504345204.5518afd378820d36d1b57d2c8480d5f8b782d91f.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox