From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdialog/
Date: Wed, 24 Aug 2022 18:40:33 +0000 (UTC) [thread overview]
Message-ID: <1661366423.880e1dfc2780bfc1b7b41fec330cf89fa00bb0f1.asturm@gentoo> (raw)
commit: 880e1dfc2780bfc1b7b41fec330cf89fa00bb0f1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 18:36:51 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 18:40:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880e1dfc
kde-apps/kdialog: Fix IUSE X cmake var
Closes: https://bugs.gentoo.org/866380
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdialog/kdialog-22.04.3.ebuild | 2 +-
kde-apps/kdialog/kdialog-22.08.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kdialog/kdialog-22.04.3.ebuild b/kde-apps/kdialog/kdialog-22.04.3.ebuild
index 2deab7e89818..e5d612fcbb4e 100644
--- a/kde-apps/kdialog/kdialog-22.04.3.ebuild
+++ b/kde-apps/kdialog/kdialog-22.04.3.ebuild
@@ -38,7 +38,7 @@ PATCHES=( "${FILESDIR}/${P}-without_x11.patch" )
src_configure() {
local mycmakeargs=(
- -DWITH_X11=$(usex X)
+ -DWITHOUT_X11=$(usex !X)
)
ecm_src_configure
}
diff --git a/kde-apps/kdialog/kdialog-22.08.0.ebuild b/kde-apps/kdialog/kdialog-22.08.0.ebuild
index 271d8693ebe1..66a144fd0a8d 100644
--- a/kde-apps/kdialog/kdialog-22.08.0.ebuild
+++ b/kde-apps/kdialog/kdialog-22.08.0.ebuild
@@ -38,7 +38,7 @@ PATCHES=( "${FILESDIR}/${PN}-22.04.3-without_x11.patch" )
src_configure() {
local mycmakeargs=(
- -DWITH_X11=$(usex X)
+ -DWITHOUT_X11=$(usex !X)
)
ecm_src_configure
}
next reply other threads:[~2022-08-24 18:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 18:40 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 11:31 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdialog/ WANG Xuerui
2022-11-01 5:34 WANG Xuerui
2022-10-06 7:35 Andreas Sturmlechner
2016-05-25 10:07 Mikle Kolyada
2016-03-05 10:38 Mikle Kolyada
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=1661366423.880e1dfc2780bfc1b7b41fec330cf89fa00bb0f1.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