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 C24D0158030 for ; Tue, 28 Feb 2023 20:54:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEA49E070D; Tue, 28 Feb 2023 20:53:59 +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 C490CE070D for ; Tue, 28 Feb 2023 20:53:59 +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 7AE59340BDD for ; Tue, 28 Feb 2023 20:53:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8A6E75 for ; Tue, 28 Feb 2023 20:53:56 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1677617431.8d38f796bba0a012422710ff01240e03299b92de.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.15.8.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 8d38f796bba0a012422710ff01240e03299b92de X-VCS-Branch: master Date: Tue, 28 Feb 2023 20:53:56 +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: 18f11aa9-69cd-43b0-9c26-a0edcaf4db9c X-Archives-Hash: 960b2b9213c3f9815ea2dd352424809a commit: 8d38f796bba0a012422710ff01240e03299b92de Author: Jimi Huotari gentoo org> AuthorDate: Tue Feb 28 20:50:31 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Tue Feb 28 20:50:31 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8d38f796 dev-qt/qtgui: add missing dependency on 'x11-base/xorg-proto' Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtgui/qtgui-5.15.8.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtgui/qtgui-5.15.8.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.8.9999.ebuild index 1c4cedd1..1788d8cd 100644 --- a/dev-qt/qtgui/qtgui-5.15.8.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.8.9999.ebuild @@ -68,6 +68,7 @@ DEPEND="${RDEPEND} evdev? ( sys-kernel/linux-headers ) linuxfb? ( sys-kernel/linux-headers ) udev? ( sys-kernel/linux-headers ) + X? ( x11-base/xorg-proto ) " PDEPEND=" ibus? ( app-i18n/ibus )