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] repo/gentoo:master commit in: dev-libs/qcoro5/
Date: Wed,  3 May 2023 17:20:26 +0000 (UTC)	[thread overview]
Message-ID: <1683134292.1e8312199c3edf9d44dbf56846289814d9e4d869.asturm@gentoo> (raw)

commit:     1e8312199c3edf9d44dbf56846289814d9e4d869
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 17:10:25 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May  3 17:18:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e831219

dev-libs/qcoro5: Move QCORO_WITH_QTTEST option to IUSE testlib

Closes: https://bugs.gentoo.org/905655
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/qcoro5/metadata.xml        | 2 +-
 dev-libs/qcoro5/qcoro5-0.9.0.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/qcoro5/metadata.xml b/dev-libs/qcoro5/metadata.xml
index 22aa09688613..57d397297f29 100644
--- a/dev-libs/qcoro5/metadata.xml
+++ b/dev-libs/qcoro5/metadata.xml
@@ -12,7 +12,7 @@
 	<use>
 		<flag name="network">Build <pkg>dev-qt/qtnetwork</pkg> support</flag>
 		<flag name="qml">Enable QML/QtQuick support via <pkg>dev-qt/qtdeclarative</pkg></flag>
-		<flag name="test">Install coroutine-friendly versions of <pkg>dev-qt/qttest</pkg> macros</flag>
+		<flag name="testlib">Install coroutine-friendly versions of <pkg>dev-qt/qttest</pkg> macros</flag>
 		<flag name="websockets">Build <pkg>dev-qt/qtwebsockets</pkg> support</flag>
 	</use>
 </pkgmetadata>

diff --git a/dev-libs/qcoro5/qcoro5-0.9.0.ebuild b/dev-libs/qcoro5/qcoro5-0.9.0.ebuild
index d5b93f3bf4dc..a7b47852c238 100644
--- a/dev-libs/qcoro5/qcoro5-0.9.0.ebuild
+++ b/dev-libs/qcoro5/qcoro5-0.9.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://qcoro.dvratil.cz/ https://github.com/danvratil/qcoro"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="dbus examples +network qml test websockets"
+IUSE="dbus examples +network qml test testlib websockets"
 
 RESTRICT="!test? ( test )"
 
@@ -28,7 +28,7 @@ RDEPEND="
 	dbus? ( dev-qt/qtdbus:5 )
 	network? ( dev-qt/qtnetwork:5 )
 	qml? ( dev-qt/qtdeclarative:5= )
-	test? ( dev-qt/qttest:5 )
+	testlib? ( dev-qt/qttest:5 )
 	websockets? ( dev-qt/qtwebsockets:5 )
 "
 DEPEND="${RDEPEND}
@@ -51,7 +51,7 @@ src_configure() {
 		-DQCORO_WITH_QTNETWORK=$(usex network)
 		-DQCORO_WITH_QML=$(usex qml)
 		-DQCORO_WITH_QTQUICK=$(usex qml)
-		-DQCORO_WITH_QTTEST=$(usex test)
+		-DQCORO_WITH_QTTEST=$(usex testlib)
 		-DBUILD_TESTING=$(usex test)
 		-DQCORO_WITH_QTWEBSOCKETS=$(usex websockets)
 	)


             reply	other threads:[~2023-05-03 17:20 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03 17:20 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-06 20:32 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qcoro5/ Andreas Sturmlechner
2024-01-18 15:20 Andreas Sturmlechner
2023-12-25 17:04 Andreas Sturmlechner
2023-09-19 16:57 Andreas Sturmlechner
2023-05-18 15:41 Andreas Sturmlechner
2023-05-04 13:13 Andreas Sturmlechner
2023-05-03 11:31 Andreas Sturmlechner
2023-04-23 18:00 Andreas Sturmlechner
2023-04-22 18:13 WANG Xuerui
2023-04-22 15:04 Andreas Sturmlechner
2023-04-21  7:56 Sam James
2023-04-21  6:03 Jakov Smolić
2023-04-20 21:27 Sam James
2023-03-26 11:03 Andreas Sturmlechner
2023-02-05 14:20 Andreas Sturmlechner
2022-12-14  9:20 Sam James
2022-12-10 14:56 Andreas Sturmlechner
2022-12-10 14:56 Andreas Sturmlechner
2022-09-02  1:13 Matt Turner
2022-09-01  2:22 Sam James
2022-07-27 10:27 Andreas Sturmlechner
2022-07-10 12:51 Andreas Sturmlechner
2022-07-10 12:49 Andreas Sturmlechner
2022-07-10 12:44 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=1683134292.1e8312199c3edf9d44dbf56846289814d9e4d869.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