commit:     75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Nov 22 18:48:41 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 07:12:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b4cbd7

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 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28387
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-games/aseprite/aseprite-1.2.40.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-games/aseprite/aseprite-1.2.40.ebuild 
b/dev-games/aseprite/aseprite-1.2.40.ebuild
index a3d1b977ef33..9ca844324bd7 100644
--- a/dev-games/aseprite/aseprite-1.2.40.ebuild
+++ b/dev-games/aseprite/aseprite-1.2.40.ebuild
@@ -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 )

Reply via email to