mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user