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 D671D158020 for ; Sat, 26 Nov 2022 18:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0361E07B2; Sat, 26 Nov 2022 18:58:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8F46E07B2 for ; Sat, 26 Nov 2022 18:58:05 +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 99B5E341477 for ; Sat, 26 Nov 2022 18:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF28773C for ; Sat, 26 Nov 2022 18:58:01 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1669489075.066c7cb914cc9222600a5c7a114c902b21367b6b.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/libtess2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/libtess2/libtess2-1.0.3.ebuild X-VCS-Directories: games-util/libtess2/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 066c7cb914cc9222600a5c7a114c902b21367b6b X-VCS-Branch: dev Date: Sat, 26 Nov 2022 18:58:01 +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: f7b63846-a6ae-4aec-9559-b8835291a0fc X-Archives-Hash: 3d5b2042684799be769645c6123c60bb commit: 066c7cb914cc9222600a5c7a114c902b21367b6b Author: Henri Gasc eurecom fr> AuthorDate: Sat Nov 26 18:56:48 2022 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Sat Nov 26 18:57:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=066c7cb9 games-util/libtess2: Closes: https://bugs.gentoo.org/883193 Signed-off-by: Henri Gasc eurecom.fr> This sould also solve possible issues regarding glew games-util/libtess2/libtess2-1.0.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-util/libtess2/libtess2-1.0.3.ebuild b/games-util/libtess2/libtess2-1.0.3.ebuild index c49c6b300..817b0f393 100644 --- a/games-util/libtess2/libtess2-1.0.3.ebuild +++ b/games-util/libtess2/libtess2-1.0.3.ebuild @@ -14,7 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=media-libs/glfw-3.0.0" +DEPEND=" + >=media-libs/glew-2.2.0 + >=media-libs/glfw-3.0.0 + >=media-libs/glu-9.0.2" BDEPEND=" ${DEPEND} >=dev-util/premake-5.0.0_alpha16"