Skip to content

Commit

Permalink
dev-games/aseprite: minor updates to 1.2.40
Browse files Browse the repository at this point in the history
Enable py3.12, fix compilation error.

Closes: https://bugs.gentoo.org/916294
Signed-off-by: Azamat H. Hackimov <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
winterheart authored and ConiKost committed Jan 7, 2024
1 parent c1b19d8 commit 659cbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-games/aseprite/aseprite-1.2.40.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 659cbe3

Please sign in to comment.