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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3325158089 for ; Sun, 8 Oct 2023 14:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2488D2BC014; Sun, 8 Oct 2023 14:47:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 014422BC014 for ; Sun, 8 Oct 2023 14:47:46 +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 001B4335C8E for ; Sun, 8 Oct 2023 14:47:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7221A9CA for ; Sun, 8 Oct 2023 14:47:44 +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: <1696770237.ad15f67d7658ce30e57a694e27a6d38dc4b6f880.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ad15f67d7658ce30e57a694e27a6d38dc4b6f880 X-VCS-Branch: master Date: Sun, 8 Oct 2023 14:47:44 +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: 2b7032e0-3691-4958-b3e8-67298150e88c X-Archives-Hash: 05d00422242c12c8f488aed99dfcb74f commit: ad15f67d7658ce30e57a694e27a6d38dc4b6f880 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 8 13:03:57 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 8 13:03:57 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ad15f67d dev-qt/qtwayland: Add missing x11-libs/libxkbcommon dependency Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild index d9d8d573..57fced44 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.11.9999.ebuild @@ -20,6 +20,7 @@ RDEPEND=" =dev-qt/qtcore-${QT5_PV}*:5= =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput] media-libs/libglvnd + x11-libs/libxkbcommon compositor? ( =dev-qt/qtdeclarative-${QT5_PV}*:5= =dev-qt/qtgui-${QT5_PV}*:5=[vulkan]