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 2A0C4158083 for ; Wed, 25 Sep 2024 22:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B7CDE2B8F; Wed, 25 Sep 2024 22:32:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 271E2E2B8F for ; Wed, 25 Sep 2024 22:32:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 665F134316E for ; Wed, 25 Sep 2024 22:32:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1E66C36 for ; Wed, 25 Sep 2024 22:32:33 +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: <1727303532.bb3b2937ef7663371fe42438a0cbb23b7f263e98.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwindowsystem/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild X-VCS-Directories: kde-frameworks/kwindowsystem/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb3b2937ef7663371fe42438a0cbb23b7f263e98 X-VCS-Branch: master Date: Wed, 25 Sep 2024 22:32:33 +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: d38650d9-8cee-4e53-a3e7-3b3c3b8aacf4 X-Archives-Hash: 9f311e66f61407d29d02c313eb8aa260 commit: bb3b2937ef7663371fe42438a0cbb23b7f263e98 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 25 22:32:12 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 25 22:32:12 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb3b2937 kde-frameworks/kwindowsystem: Add missing dev-qt/qtbase[X] USEdep Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild index 328e76e5e3..6836e8e9cd 100644 --- a/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild +++ b/kde-frameworks/kwindowsystem/kwindowsystem-9999.ebuild @@ -23,7 +23,7 @@ RDEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:6 wayland? ( >=dev-qt/qtwayland-${QTMIN}:6= ) X? ( - >=dev-qt/qtbase-${QTMIN}:6=[gui] + >=dev-qt/qtbase-${QTMIN}:6=[gui,X] x11-base/xorg-proto x11-libs/libX11 x11-libs/libXfixes