diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2022-11-22 21:48:41 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-28 09:12:31 +0200 |
commit | 75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317 (patch) | |
tree | 80730e0e9a319e922e252759d3b9a0a14c2ef299 /dev-games/aseprite | |
parent | app-arch/upx-bin: add 4.0.1 (diff) | |
download | gentoo-75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317.tar.gz gentoo-75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317.tar.bz2 gentoo-75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317.zip |
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>
Diffstat (limited to 'dev-games/aseprite')
-rw-r--r-- | dev-games/aseprite/aseprite-1.2.40.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 ) |