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 90D6E15802E for ; Sun, 30 Jun 2024 22:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA351E2A2A; Sun, 30 Jun 2024 22:23:46 +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 97A12E2A2A for ; Sun, 30 Jun 2024 22:23: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 C3933335DC2 for ; Sun, 30 Jun 2024 22:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006AA1BC0 for ; Sun, 30 Jun 2024 22:23:43 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1719786191.06ac0e5918c9ef2e319d6e562bd807241eae791b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-6.0.1-r1.ebuild x11-wm/xpra/xpra-6.0.1.ebuild x11-wm/xpra/xpra-6.9999.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 06ac0e5918c9ef2e319d6e562bd807241eae791b X-VCS-Branch: master Date: Sun, 30 Jun 2024 22:23:43 +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: 0093ef3d-dfc7-4aba-bebb-7ef979e51e24 X-Archives-Hash: 253ded208b13ab322179fdd7b333daea commit: 06ac0e5918c9ef2e319d6e562bd807241eae791b Author: James Le Cuirot gentoo org> AuthorDate: Sun Jun 30 22:23:11 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jun 30 22:23:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ac0e59 x11-wm/xpra: Add missing x11-drivers/xf86-video-dummy dependency This used to be optional and we were disabling it, but now it's mandatory. Not entirely sure this needs to be among the test dependencies but seems likely. Bug: https://bugs.gentoo.org/934918 Signed-off-by: James Le Cuirot gentoo.org> x11-wm/xpra/{xpra-6.0.1.ebuild => xpra-6.0.1-r1.ebuild} | 1 + x11-wm/xpra/xpra-6.9999.ebuild | 1 + x11-wm/xpra/xpra-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/x11-wm/xpra/xpra-6.0.1.ebuild b/x11-wm/xpra/xpra-6.0.1-r1.ebuild similarity index 99% rename from x11-wm/xpra/xpra-6.0.1.ebuild rename to x11-wm/xpra/xpra-6.0.1-r1.ebuild index bfe892db2a2a..44f903773195 100644 --- a/x11-wm/xpra/xpra-6.0.1.ebuild +++ b/x11-wm/xpra/xpra-6.0.1-r1.ebuild @@ -51,6 +51,7 @@ TEST_DEPEND=" server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void + x11-drivers/xf86-video-dummy ) webcam? ( media-video/v4l2loopback ) xinerama? ( x11-libs/libfakeXinerama ) diff --git a/x11-wm/xpra/xpra-6.9999.ebuild b/x11-wm/xpra/xpra-6.9999.ebuild index bfe892db2a2a..44f903773195 100644 --- a/x11-wm/xpra/xpra-6.9999.ebuild +++ b/x11-wm/xpra/xpra-6.9999.ebuild @@ -51,6 +51,7 @@ TEST_DEPEND=" server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void + x11-drivers/xf86-video-dummy ) webcam? ( media-video/v4l2loopback ) xinerama? ( x11-libs/libfakeXinerama ) diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index bfe892db2a2a..44f903773195 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -51,6 +51,7 @@ TEST_DEPEND=" server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void + x11-drivers/xf86-video-dummy ) webcam? ( media-video/v4l2loopback ) xinerama? ( x11-libs/libfakeXinerama )