Re: [gentoo-dev] [PATCH 1/2] profiles: make egl a global USE flag

2023-09-10 Thread Rafael Kitover
Withdrawing this patch after ionen's response and further discussion on #gentoo-desktop.

[gentoo-dev] [PATCH 2/2] x11-libs/wxGTK: egl USE flag for OpenGL on Wayland

2023-09-10 Thread Rafael Kitover
comments. PR: https://github.com/gentoo/gentoo/pull/32452 Signed-off-by: Rafael Kitover --- x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild b/x11-libs/wxGTK/wxGTK-3.2.2.1-r3.ebuild

[gentoo-dev] [PATCH 1/2] profiles: make egl a global USE flag

2023-09-10 Thread Rafael Kitover
Add the egl USE flag and description to profiles/use.desc and remove egl flag descriptions from all ebuild metadata.xml files that contain it. PR: https://github.com/gentoo/gentoo/pull/32452 Signed-off-by: Rafael Kitover --- dev-games/ogre/metadata.xml | 1 - dev-games

[gentoo-dev] New eclass "dune"

2020-05-10 Thread Rafael Kitover
d to post it to this list for review, so here it is: # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: dune.eclass # @MAINTAINER: # maintainer-nee...@gentoo.org # @AUTHOR: # Rafael Kitover # @SUPPORTED_EAPIS: 5 6 7 # @BLURB: Pr