Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/aseprite/
Date: Mon, 28 Nov 2022 07:12:48
Message-Id: 1669619551.75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317.juippis@gentoo
1 commit: 75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Tue Nov 22 18:48:41 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 07:12:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b4cbd7
7
8 dev-games/aseprite: add missing dependency
9
10 Package requires X11/X.h on build which now belongs to
11 x11-base/xorg-proto.
12
13 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/28387
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 dev-games/aseprite/aseprite-1.2.40.ebuild | 4 +++-
18 1 file changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/dev-games/aseprite/aseprite-1.2.40.ebuild b/dev-games/aseprite/aseprite-1.2.40.ebuild
21 index a3d1b977ef33..9ca844324bd7 100644
22 --- a/dev-games/aseprite/aseprite-1.2.40.ebuild
23 +++ b/dev-games/aseprite/aseprite-1.2.40.ebuild
24 @@ -48,7 +48,9 @@ RDEPEND="
25 kde-frameworks/kio:5
26 )
27 webp? ( media-libs/libwebp:= )"
28 -DEPEND="${RDEPEND}"
29 +DEPEND="
30 + ${RDEPEND}
31 + x11-base/xorg-proto"
32 BDEPEND="
33 ${PYTHON_DEPS}
34 test? ( dev-cpp/gtest )