commit: 5e68c3bd770163355e15fbefb9b8bd72953f8a9c Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Mon Aug 11 15:31:49 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Mon Aug 11 16:13:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e68c3bd
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 <ceamac <AT> gentoo.org> 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(-) 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 e23f26dcdae2..c03b880c7016 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 0eead1291797..6f67b27ef0ec 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
