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 06945158020 for ; Thu, 8 Dec 2022 22:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39675E0893; Thu, 8 Dec 2022 22:06:59 +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 22072E0893 for ; Thu, 8 Dec 2022 22:06: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23EDC340C40 for ; Thu, 8 Dec 2022 22:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91F24775 for ; Thu, 8 Dec 2022 22:06:56 +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: <1670537170.1772281fc4aa85625e027e8ca00e238d3465bb11.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-11.0.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1772281fc4aa85625e027e8ca00e238d3465bb11 X-VCS-Branch: master Date: Thu, 8 Dec 2022 22:06: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: 806cb590-1da6-463f-b19b-2bf7deac2812 X-Archives-Hash: 5f85a9e74816d6e10ce4a9366f13373b commit: 1772281fc4aa85625e027e8ca00e238d3465bb11 Author: brahmajit das protonmail com> AuthorDate: Sat Nov 19 18:50:12 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Dec 8 22:06:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1772281f dev-libs/weston: use lcms USE flag for tests Signed-off-by: brahmajit das protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28342 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/weston-11.0.0.ebuild | 2 +- dev-libs/weston/weston-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/weston-11.0.0.ebuild b/dev-libs/weston/weston-11.0.0.ebuild index b836dd47abf4..74220565f1ac 100644 --- a/dev-libs/weston/weston-11.0.0.ebuild +++ b/dev-libs/weston/weston-11.0.0.ebuild @@ -33,7 +33,7 @@ REQUIRED_USE=" pipewire? ( drm ) remoting? ( drm gles2 ) screen-sharing? ( rdp ) - test? ( desktop headless xwayland ) + test? ( desktop headless lcms xwayland ) wayland-compositor? ( gles2 ) || ( drm headless rdp wayland-compositor X ) || ( seatd systemd ) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index b836dd47abf4..732cad2480b8 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -33,7 +33,7 @@ REQUIRED_USE=" pipewire? ( drm ) remoting? ( drm gles2 ) screen-sharing? ( rdp ) - test? ( desktop headless xwayland ) + test? ( desktop headless lcms xwayland ) wayland-compositor? ( gles2 ) || ( drm headless rdp wayland-compositor X ) || ( seatd systemd )