From cf65d0472b3bc99b917c552c1279788e81e6b1fa Mon Sep 17 00:00:00 2001 From: Lukas Schmelting Date: Tue, 19 Aug 2025 23:06:17 +0200 Subject: [PATCH] app-cdr/brasero: hard depend on gtk+[X] Uses GDK_WINDOWING_X11 macro once, otherwise hard depends on e.g. `` Signed-off-by: Lukas Schmelting Part-of: https://github.com/gentoo/gentoo/pull/43235 Signed-off-by: Eli Schwartz --- .../{brasero-3.12.3-r3.ebuild => brasero-3.12.3-r4.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-cdr/brasero/{brasero-3.12.3-r3.ebuild => brasero-3.12.3-r4.ebuild} (97%) diff --git a/app-cdr/brasero/brasero-3.12.3-r3.ebuild b/app-cdr/brasero/brasero-3.12.3-r4.ebuild similarity index 97% rename from app-cdr/brasero/brasero-3.12.3-r3.ebuild rename to app-cdr/brasero/brasero-3.12.3-r4.ebuild index 978e3fec9f35e..61b6796c577c3 100644 --- a/app-cdr/brasero/brasero-3.12.3-r3.ebuild +++ b/app-cdr/brasero/brasero-3.12.3-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 GNOME2_LA_PUNT="yes" inherit gnome2 @@ -16,7 +16,7 @@ IUSE="+css +introspection +libburn mp3 nautilus playlist tracker" DEPEND=" >=dev-libs/glib-2.29.14:2 - >=x11-libs/gtk+-3:3[introspection?] + >=x11-libs/gtk+-3:3[X,introspection?] media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 >=dev-libs/libxml2-2.6:2=