From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DE75158020 for ; Mon, 28 Nov 2022 07:12:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A708E08A0; Mon, 28 Nov 2022 07:12:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81864E08A0 for ; Mon, 28 Nov 2022 07:12:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FAB1341053 for ; Mon, 28 Nov 2022 07:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41F746F2 for ; Mon, 28 Nov 2022 07:12:45 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1669619551.75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/aseprite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/aseprite/aseprite-1.2.40.ebuild X-VCS-Directories: dev-games/aseprite/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317 X-VCS-Branch: master Date: Mon, 28 Nov 2022 07:12:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0898b740-fb2f-4198-a3bb-ba3d8d149f7e X-Archives-Hash: fd600aa16327ac6de51b3a4857b1c9d3 commit: 75b4cbd7b7914fb6b8dae9e9ad0a9e391028c317 Author: Azamat H. Hackimov gmail com> AuthorDate: Tue Nov 22 18:48:41 2022 +0000 Commit: Joonas Niilola gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28387 Signed-off-by: Joonas Niilola 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 )