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 B6CD5158451 for ; Mon, 8 Jan 2024 13:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 012882BC014; Mon, 8 Jan 2024 13:57:32 +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 D22582BC014 for ; Mon, 8 Jan 2024 13:57:31 +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 C58EF343127 for ; Mon, 8 Jan 2024 13:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 627A8141 for ; Mon, 8 Jan 2024 13:57:29 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1704722161.b0cc6fbcfb3abed60d84c28511597421f08f89d8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vkd3d/vkd3d-1.10.ebuild X-VCS-Directories: app-emulation/vkd3d/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b0cc6fbcfb3abed60d84c28511597421f08f89d8 X-VCS-Branch: master Date: Mon, 8 Jan 2024 13:57:29 +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: 3c6e9d3d-985d-46a8-821a-8ab1b2a0d39d X-Archives-Hash: c886421acaee33c07baa47aaeb0374a0 commit: b0cc6fbcfb3abed60d84c28511597421f08f89d8 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jan 8 13:56:01 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jan 8 13:56:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cc6fbc Revert "app-emulation/vkd3d: sys-devel/flex -> app-alternatives/lex" This reverts commit e6c89941071548365b919dae28d8ed6e8542f8d9. Hadn't noticed flex had been changed too, same deal as yacc. This does not care for the LEX variable and looks for flex directly. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/vkd3d/vkd3d-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/vkd3d/vkd3d-1.10.ebuild b/app-emulation/vkd3d/vkd3d-1.10.ebuild index a07c6243deca..b8594f26e81e 100644 --- a/app-emulation/vkd3d/vkd3d-1.10.ebuild +++ b/app-emulation/vkd3d/vkd3d-1.10.ebuild @@ -26,7 +26,7 @@ DEPEND=" dev-util/vulkan-headers " BDEPEND=" - app-alternatives/lex + sys-devel/flex sys-devel/bison virtual/pkgconfig "