From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/featherpad/
Date: Sat, 9 Sep 2023 17:40:08 +0000 (UTC) [thread overview]
Message-ID: <1694281097.b1353ca9973df18767968e2619c9fc6863426586.arthurzam@gentoo> (raw)
commit: b1353ca9973df18767968e2619c9fc6863426586
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 9 17:38:17 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 9 17:38:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1353ca9
app-editors/featherpad: fix qt5 qt6 USE flags
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-editors/featherpad/featherpad-1.4.1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/app-editors/featherpad/featherpad-1.4.1.ebuild b/app-editors/featherpad/featherpad-1.4.1.ebuild
index 69a1e0841b09..f39d1be78c82 100644
--- a/app-editors/featherpad/featherpad-1.4.1.ebuild
+++ b/app-editors/featherpad/featherpad-1.4.1.ebuild
@@ -13,12 +13,11 @@ S="${WORKDIR}/FeatherPad-${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="+qt5 qt6 +X"
-REQUIRED_USE="^^ ( qt5 qt6 )"
+IUSE="qt6 +X"
RDEPEND="
app-text/hunspell:=
- qt5? (
+ !qt6? (
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -37,14 +36,14 @@ DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
BDEPEND="
- qt5? ( dev-qt/linguist-tools:5 )
+ !qt6? ( dev-qt/linguist-tools:5 )
qt6? ( dev-qt/qttools:6[linguist] )
"
src_configure() {
local mycmakeargs=(
-DWITHOUT_X11=$(usex !X)
- -DENABLE_QT5=$(usex qt5)
+ -DENABLE_QT5=$(usex !qt6)
)
cmake_src_configure
}
next reply other threads:[~2023-09-09 17:40 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-09 17:40 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-03 16:39 [gentoo-commits] repo/gentoo:master commit in: app-editors/featherpad/ Arthur Zamarin
2025-03-01 4:41 Sam James
2025-03-01 0:02 Jakov Smolić
2025-01-27 18:31 Arthur Zamarin
2025-01-09 18:32 Arthur Zamarin
2025-01-04 20:28 Sam James
2025-01-04 20:28 Sam James
2024-11-10 16:45 Arthur Zamarin
2024-08-02 1:06 Sam James
2024-08-02 1:06 Sam James
2024-04-29 15:49 Arthur Zamarin
2024-04-24 18:05 Arthur Zamarin
2024-04-24 16:21 Arthur Zamarin
2024-03-08 11:39 Arthur Zamarin
2024-02-22 19:59 Arthur Zamarin
2024-02-22 19:59 Arthur Zamarin
2023-12-01 19:32 Arthur Zamarin
2023-12-01 19:32 Arthur Zamarin
2023-11-25 11:02 Sam James
2023-11-25 11:02 Sam James
2023-09-01 11:13 Arthur Zamarin
2023-07-21 6:34 Joonas Niilola
2023-07-21 6:34 Joonas Niilola
2023-04-26 4:10 Sam James
2023-04-26 4:03 Sam James
2023-04-26 4:03 Sam James
2023-04-26 4:03 Sam James
2022-12-24 9:13 Andreas Sturmlechner
2022-12-24 9:13 Andreas Sturmlechner
2022-08-18 7:06 Joonas Niilola
2022-08-18 7:06 Joonas Niilola
2022-08-18 7:06 Joonas Niilola
2022-06-14 16:26 Arthur Zamarin
2022-01-12 16:40 Joonas Niilola
2021-11-12 1:36 Sam James
2021-09-03 5:11 Joonas Niilola
2021-09-03 5:11 Joonas Niilola
2021-07-20 10:25 Joonas Niilola
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=1694281097.b1353ca9973df18767968e2619c9fc6863426586.arthurzam@gentoo \
--to=arthurzam@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