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 71898158094 for ; Mon, 15 Aug 2022 18:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC108E0F45; Mon, 15 Aug 2022 18:18:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 841E1E0F45 for ; Mon, 15 Aug 2022 18:18:41 +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 7D41134109D for ; Mon, 15 Aug 2022 18:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E69B54FA for ; Mon, 15 Aug 2022 18:18:38 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1660587512.6b8933e81119dd931290f245d3fcbb928b495107.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/kmscon/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/kmscon/kmscon-9.0.0.ebuild X-VCS-Directories: sys-apps/kmscon/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6b8933e81119dd931290f245d3fcbb928b495107 X-VCS-Branch: master Date: Mon, 15 Aug 2022 18:18:38 +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: 06b016ee-ce5a-4218-8cc6-5da62907e22e X-Archives-Hash: 049069e1b4af00290ed8bb16898a88b2 commit: 6b8933e81119dd931290f245d3fcbb928b495107 Author: Ben Kohler gentoo org> AuthorDate: Mon Aug 15 18:17:40 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Aug 15 18:18:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8933e8 sys-apps/kmscon: reverse REQUIRED_USE Apparently it's been wrong for years. Closes: https://bugs.gentoo.org/865263 Signed-off-by: Ben Kohler gentoo.org> sys-apps/kmscon/kmscon-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/kmscon/kmscon-9.0.0.ebuild b/sys-apps/kmscon/kmscon-9.0.0.ebuild index 1e801b38d81d..50f1e4fd45e1 100644 --- a/sys-apps/kmscon/kmscon-9.0.0.ebuild +++ b/sys-apps/kmscon/kmscon-9.0.0.ebuild @@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND} BDEPEND="virtual/pkgconfig doc? ( dev-util/gtk-doc )" -REQUIRED_USE="gles2? ( drm )" +REQUIRED_USE="drm? ( gles2 )" PATCHES=( "${FILESDIR}"/kmscon-9.0.0-systemd-path-fix.patch )