public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/qcoro/
Date: Thu, 21 Dec 2023 16:01:12 +0000 (UTC)	[thread overview]
Message-ID: <1703174461.f3bd35f7f062e5373895eb00f17bc325027ebaef.sam@gentoo> (raw)

commit:     f3bd35f7f062e5373895eb00f17bc325027ebaef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 15:56:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 16:01:01 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3bd35f7

dev-libs/qcoro: drop USE=testlib

qtbase always installs qttest so we can drop USE=testlib here and always build
it instead.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/qcoro/metadata.xml      | 1 -
 dev-libs/qcoro/qcoro-9999.ebuild | 9 ++++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-libs/qcoro/metadata.xml b/dev-libs/qcoro/metadata.xml
index 726702f081..60c7061a3a 100644
--- a/dev-libs/qcoro/metadata.xml
+++ b/dev-libs/qcoro/metadata.xml
@@ -12,7 +12,6 @@
 	<use>
 		<flag name="network">Build <pkg>dev-qt/qtbase</pkg> network support</flag>
 		<flag name="qml">Enable QML/QtQuick support via <pkg>dev-qt/qtdeclarative</pkg></flag>
-		<flag name="testlib">Install coroutine-friendly versions of <pkg>dev-qt/qtbase</pkg> test macros</flag>
 		<flag name="websockets">Build <pkg>dev-qt/qtwebsockets</pkg> support</flag>
 	</use>
 </pkgmetadata>

diff --git a/dev-libs/qcoro/qcoro-9999.ebuild b/dev-libs/qcoro/qcoro-9999.ebuild
index 1089332563..f399329e11 100644
--- a/dev-libs/qcoro/qcoro-9999.ebuild
+++ b/dev-libs/qcoro/qcoro-9999.ebuild
@@ -18,20 +18,19 @@ HOMEPAGE="https://qcoro.dvratil.cz/ https://github.com/danvratil/qcoro"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="dbus examples +network qml test testlib websockets"
+IUSE="dbus examples +network qml test websockets"
 
-REQUIRED_USE="examples? ( network ) test? ( testlib )"
+REQUIRED_USE="examples? ( network )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-qt/qtbase:6[dbus?,network?]
 	qml? ( dev-qt/qtdeclarative:6= )
-	testlib? ( dev-qt/qtbase:6[test] )
 	websockets? ( dev-qt/qtwebsockets:6 )
 "
 DEPEND="${RDEPEND}
 	examples? ( dev-qt/qtbase:6[concurrent,network,widgets] )
-	test? ( dev-qt/qtbase:6[concurrent,test] )
+	test? ( dev-qt/qtbase:6[concurrent] )
 "
 
 src_configure() {
@@ -42,7 +41,7 @@ src_configure() {
 		-DQCORO_WITH_QTNETWORK=$(usex network)
 		-DQCORO_WITH_QML=$(usex qml)
 		-DQCORO_WITH_QTQUICK=$(usex qml)
-		-DQCORO_WITH_QTTEST=$(usex testlib)
+		-DQCORO_WITH_QTTEST=ON
 		-DBUILD_TESTING=$(usex test)
 		-DQCORO_WITH_QTWEBSOCKETS=$(usex websockets)
 	)


             reply	other threads:[~2023-12-21 16:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21 16:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-18 15:12 [gentoo-commits] proj/kde:master commit in: dev-libs/qcoro/ Andreas Sturmlechner
2023-12-02 21:35 Sam James
2023-12-02 19:25 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=1703174461.f3bd35f7f062e5373895eb00f17bc325027ebaef.sam@gentoo \
    --to=sam@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