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 4BB5C15803E for ; Sun, 7 Jan 2024 00:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B6562BC073; Sun, 7 Jan 2024 00:20:29 +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 6E94C2BC073 for ; Sun, 7 Jan 2024 00:20:29 +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 F31E03431D3 for ; Sun, 7 Jan 2024 00:20:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4120E14D0 for ; Sun, 7 Jan 2024 00:20:24 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1704586776.659cbe30eacd2be1b3aad8c38e2a312b010a6d15.conikost@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: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 659cbe30eacd2be1b3aad8c38e2a312b010a6d15 X-VCS-Branch: master Date: Sun, 7 Jan 2024 00:20:24 +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: ffb8aab7-e56d-450d-a3c7-c264b537b5b3 X-Archives-Hash: 52bc6a1ffa677308b2213650922a3ff0 commit: 659cbe30eacd2be1b3aad8c38e2a312b010a6d15 Author: Azamat H. Hackimov gmail com> AuthorDate: Fri Nov 24 17:31:28 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jan 7 00:19:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659cbe30 dev-games/aseprite: minor updates to 1.2.40 Enable py3.12, fix compilation error. Closes: https://bugs.gentoo.org/916294 Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> dev-games/aseprite/aseprite-1.2.40.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-games/aseprite/aseprite-1.2.40.ebuild b/dev-games/aseprite/aseprite-1.2.40.ebuild index bd7646097d95..1438903e7b8f 100644 --- a/dev-games/aseprite/aseprite-1.2.40.ebuild +++ b/dev-games/aseprite/aseprite-1.2.40.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake desktop ninja-utils python-any-r1 toolchain-funcs xdg-utils @@ -32,7 +32,7 @@ RDEPEND=" dev-libs/tinyxml media-libs/freetype media-libs/giflib:= - media-libs/harfbuzz:= + media-libs/harfbuzz:=[truetype] media-libs/libjpeg-turbo:= media-libs/libpng:= net-misc/curl