commit: cf65d0472b3bc99b917c552c1279788e81e6b1fa Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Tue Aug 19 21:06:17 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Sep 7 20:25:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf65d047
app-cdr/brasero: hard depend on gtk+[X] Uses GDK_WINDOWING_X11 macro once, otherwise hard depends on e.g. `<gdk/gdkx.h>` Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43235 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> .../brasero/{brasero-3.12.3-r3.ebuild => brasero-3.12.3-r4.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 978e3fec9f35..61b6796c577c 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=
