From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 980B9158041 for ; Sun, 3 Mar 2024 13:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AAFFE2AF5; Sun, 3 Mar 2024 13:56:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77669E2AF5 for ; Sun, 3 Mar 2024 13:56:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACC0533F9FD for ; Sun, 3 Mar 2024 13:56:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BEF614FD for ; Sun, 3 Mar 2024 13:56:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1709474152.f37de1a5ac40026e69f97d325ad622af722634e3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libtmdbqt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libtmdbqt/libtmdbqt-9999.ebuild X-VCS-Directories: net-libs/libtmdbqt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f37de1a5ac40026e69f97d325ad622af722634e3 X-VCS-Branch: master Date: Sun, 3 Mar 2024 13:56:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7607a0c7-8d9b-400b-a48c-0ddefdab9285 X-Archives-Hash: 91272832a7e312ab30d9b039af066213 commit: f37de1a5ac40026e69f97d325ad622af722634e3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 3 13:52:43 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 3 13:55:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f37de1a5 net-libs/libtmdbqt: Port to Qt6 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libtmdbqt/libtmdbqt-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-libs/libtmdbqt/libtmdbqt-9999.ebuild b/net-libs/libtmdbqt/libtmdbqt-9999.ebuild index 6b9426d838..b7b0d592d0 100644 --- a/net-libs/libtmdbqt/libtmdbqt-9999.ebuild +++ b/net-libs/libtmdbqt/libtmdbqt-9999.ebuild @@ -15,10 +15,7 @@ IUSE="test" RESTRICT="!test? ( test )" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtnetwork:5 -" +DEPEND="dev-qt/qtbase:6[network]" RDEPEND="${DEPEND}" src_configure() {