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 8F3E515808B for ; Tue, 12 Apr 2022 19:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B413E0963; Tue, 12 Apr 2022 19:35:34 +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 F0CE9E095C for ; Tue, 12 Apr 2022 19:35:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 091FB341BFE for ; Tue, 12 Apr 2022 19:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6278339F for ; Tue, 12 Apr 2022 19:35:31 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1649627612.95d25b62f19699d5ab3abeffdc05e4e24af6df7f.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/gl4es/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/gl4es/gl4es-9999.ebuild media-libs/gl4es/metadata.xml X-VCS-Directories: media-libs/gl4es/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 95d25b62f19699d5ab3abeffdc05e4e24af6df7f X-VCS-Branch: master Date: Tue, 12 Apr 2022 19:35:31 +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: 22943074-0155-4aab-8790-93677746542c X-Archives-Hash: e5bfc832b544d9a7741890abe09d35ab commit: 95d25b62f19699d5ab3abeffdc05e4e24af6df7f Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Apr 10 21:49:16 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sun Apr 10 21:53:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95d25b62 media-libs/gl4es: Follow mesa and forge USE=egl Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-libs/gl4es/gl4es-9999.ebuild | 7 +++---- media-libs/gl4es/metadata.xml | 3 --- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/media-libs/gl4es/gl4es-9999.ebuild b/media-libs/gl4es/gl4es-9999.ebuild index 04b45c3d1..849b79d99 100644 --- a/media-libs/gl4es/gl4es-9999.ebuild +++ b/media-libs/gl4es/gl4es-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,11 @@ HOMEPAGE="http://ptitseb.github.io/gl4es/" EGIT_REPO_URI="https://github.com/ptitSeb/gl4es.git" LICENSE="MIT" SLOT="0" -IUSE="egl X test" +IUSE="X test" RESTRICT="!test? ( test )" DEPEND=" - media-libs/mesa[X?,egl?] + media-libs/mesa[X?,egl(+)] " RDEPEND="${DEPEND}" BDEPEND="test? ( dev-util/apitrace )" @@ -24,7 +24,6 @@ BDEPEND="test? ( dev-util/apitrace )" src_configure() { local mycmakeargs=( -DNOX11=$(usex !X) - -DNOEGL=$(usex !egl) ) cmake_src_configure diff --git a/media-libs/gl4es/metadata.xml b/media-libs/gl4es/metadata.xml index e39764384..6bc50537d 100644 --- a/media-libs/gl4es/metadata.xml +++ b/media-libs/gl4es/metadata.xml @@ -5,9 +5,6 @@ contact@hacktivis.me Haelwenn (lanodan) Monnier - - Enable EGL support. - ptitSeb/gl4es