mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-games/aseprite: add missing dependency
Package requires X11/X.h on build which now belongs to x11-base/xorg-proto. Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28387 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
b90559cfec
commit
75b4cbd7b7
@@ -48,7 +48,9 @@ RDEPEND="
|
||||
kde-frameworks/kio:5
|
||||
)
|
||||
webp? ( media-libs/libwebp:= )"
|
||||
DEPEND="${RDEPEND}"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
x11-base/xorg-proto"
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
test? ( dev-cpp/gtest )
|
||||
|
||||
Reference in New Issue
Block a user