From 5e68c3bd770163355e15fbefb9b8bd72953f8a9c Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Mon, 11 Aug 2025 18:31:49 +0300 Subject: [PATCH] x11-wm/e16: fix dependency causing build error x11-wm/e16 does not build with media-libs/imlib2[-text]. Fix dependency and commit directly to stable (it was already set if it built succesfully). Closes: https://bugs.gentoo.org/914859 Signed-off-by: Viorel Munteanu --- x11-wm/e16/{e16-1.0.25-r1.ebuild => e16-1.0.25-r2.ebuild} | 4 ++-- x11-wm/e16/{e16-1.0.29.ebuild => e16-1.0.29-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename x11-wm/e16/{e16-1.0.25-r1.ebuild => e16-1.0.25-r2.ebuild} (98%) rename x11-wm/e16/{e16-1.0.29.ebuild => e16-1.0.29-r1.ebuild} (98%) diff --git a/x11-wm/e16/e16-1.0.25-r1.ebuild b/x11-wm/e16/e16-1.0.25-r2.ebuild similarity index 98% rename from x11-wm/e16/e16-1.0.25-r1.ebuild rename to x11-wm/e16/e16-1.0.25-r2.ebuild index e23f26dcdae20..c03b880c7016c 100644 --- a/x11-wm/e16/e16-1.0.25-r1.ebuild +++ b/x11-wm/e16/e16-1.0.25-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,7 @@ BDEPEND=" " COMMON_DEPEND=" media-libs/freetype:2 - media-libs/imlib2[X] + media-libs/imlib2[X,text] virtual/libiconv x11-libs/libX11 x11-libs/libXext diff --git a/x11-wm/e16/e16-1.0.29.ebuild b/x11-wm/e16/e16-1.0.29-r1.ebuild similarity index 98% rename from x11-wm/e16/e16-1.0.29.ebuild rename to x11-wm/e16/e16-1.0.29-r1.ebuild index 0eead12917976..6f67b27ef0ec8 100644 --- a/x11-wm/e16/e16-1.0.29.ebuild +++ b/x11-wm/e16/e16-1.0.29-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,7 @@ BDEPEND=" " COMMON_DEPEND=" media-libs/freetype:2 - media-libs/imlib2[X] + media-libs/imlib2[X,text] virtual/libiconv x11-libs/libX11 x11-libs/libXext