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@gentoo.org>
This commit is contained in:
Viorel Munteanu
2025-08-11 18:31:49 +03:00
parent ca3bbad70c
commit 5e68c3bd77
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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