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-apps/khelpcenter/
Date: Sun, 10 Sep 2023 11:11:40 +0000 (UTC)	[thread overview]
Message-ID: <1694344246.aafb15e7c360aab8e9db51d0a995df3022fb2ac7.asturm@gentoo> (raw)

commit:     aafb15e7c360aab8e9db51d0a995df3022fb2ac7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 10:45:31 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 11:10:46 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aafb15e7

kde-apps/khelpcenter: Add missing kde-frameworks/kio[handbook] USEdep

Follow-up to 3ba8e13364803f4831f879f0aec80741bdd9cb9a, good to revisit
these deps. Making features optional has consequences :)

See also: https://github.com/gentoo/gentoo/pull/32487

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/khelpcenter/khelpcenter-23.08.49.9999.ebuild | 5 ++---
 kde-apps/khelpcenter/khelpcenter-9999.ebuild          | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/kde-apps/khelpcenter/khelpcenter-23.08.49.9999.ebuild b/kde-apps/khelpcenter/khelpcenter-23.08.49.9999.ebuild
index 2aa6935f79..97be038b90 100644
--- a/kde-apps/khelpcenter/khelpcenter-23.08.49.9999.ebuild
+++ b/kde-apps/khelpcenter/khelpcenter-23.08.49.9999.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 KFMIN=5.106.0
-PLASMA_MINIMAL=5.16.5
 QTMIN=5.15.9
 inherit ecm gear.kde.org
 
@@ -35,7 +34,7 @@ DEPEND="
 	>=kde-frameworks/kdoctools-${KFMIN}:5
 	>=kde-frameworks/khtml-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5[handbook]
 	>=kde-frameworks/kparts-${KFMIN}:5
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
@@ -43,7 +42,7 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PLASMA_MINIMAL}:5
+	kde-plasma/kde-cli-tools:5
 "
 
 src_prepare() {

diff --git a/kde-apps/khelpcenter/khelpcenter-9999.ebuild b/kde-apps/khelpcenter/khelpcenter-9999.ebuild
index 2aa6935f79..97be038b90 100644
--- a/kde-apps/khelpcenter/khelpcenter-9999.ebuild
+++ b/kde-apps/khelpcenter/khelpcenter-9999.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 KFMIN=5.106.0
-PLASMA_MINIMAL=5.16.5
 QTMIN=5.15.9
 inherit ecm gear.kde.org
 
@@ -35,7 +34,7 @@ DEPEND="
 	>=kde-frameworks/kdoctools-${KFMIN}:5
 	>=kde-frameworks/khtml-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5[handbook]
 	>=kde-frameworks/kparts-${KFMIN}:5
 	>=kde-frameworks/kservice-${KFMIN}:5
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
@@ -43,7 +42,7 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	>=kde-plasma/kde-cli-tools-${PLASMA_MINIMAL}:5
+	kde-plasma/kde-cli-tools:5
 "
 
 src_prepare() {


             reply	other threads:[~2023-09-10 11:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-10 11:11 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-03 19:45 [gentoo-commits] proj/kde:master commit in: kde-apps/khelpcenter/ Sam James
2023-12-23 15:46 Andreas Sturmlechner
2021-05-12  7:50 Andreas Sturmlechner
2021-04-16 19:37 Andreas Sturmlechner
2020-12-18  0:07 Andreas Sturmlechner
2020-10-26 13:56 Andreas Sturmlechner
2020-10-23 23:27 Andreas Sturmlechner
2020-04-18 13:45 Andreas Sturmlechner
2019-02-09  9:56 Andreas Sturmlechner
2019-01-29 22:54 Andreas Sturmlechner
2017-08-23 19:33 Andreas Sturmlechner
2016-12-14 11:32 Michael Palimaka
2016-05-11 12:35 Michael Palimaka
2016-04-15 19:06 Johannes Huber
2016-03-25 14:00 Michael Palimaka

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=1694344246.aafb15e7c360aab8e9db51d0a995df3022fb2ac7.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