From d71460b2ed55c118e50760e15c5cf22cc486293d Mon Sep 17 00:00:00 2001 From: OscarL Date: Sun, 21 May 2023 11:45:02 -0300 Subject: [PATCH] cegui: switch to Python 3.9 (#8701) --- dev-games/cegui/cegui-0.8.7.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-games/cegui/cegui-0.8.7.recipe b/dev-games/cegui/cegui-0.8.7.recipe index 964ebe4bf..12cbbb3b1 100644 --- a/dev-games/cegui/cegui-0.8.7.recipe +++ b/dev-games/cegui/cegui-0.8.7.recipe @@ -8,7 +8,7 @@ sub-systems..." HOMEPAGE="http://www.cegui.org.uk/" COPYRIGHT="2004-2015 Paul D. Turner and The CEGUI Development Team" LICENSE="GNU LGPL v2.1" -REVISION="3" +REVISION="4" SOURCE_URI="http://prdownloads.sourceforge.net/crayzedsgui/cegui-$portVersion.tar.bz2" CHECKSUM_SHA256="b351e8957716d9c170612c13559e49530ef911ae4bac2feeb2dacd70b430e518" @@ -42,7 +42,7 @@ REQUIRES=" lib:liblua$secondaryArchSuffix lib:libminizip$secondaryArchSuffix lib:libpcre$secondaryArchSuffix - lib:libpython3.7m$secondaryArchSuffix + lib:libpython3.9$secondaryArchSuffix lib:libSDL2_2.0$secondaryArchSuffix lib:libSDL2_image_2.0$secondaryArchSuffix lib:libtinyxml$secondaryArchSuffix @@ -79,7 +79,7 @@ BUILD_REQUIRES=" devel:liblua$secondaryArchSuffix devel:libminizip$secondaryArchSuffix devel:libpcre$secondaryArchSuffix - devel:libpython3.7m$secondaryArchSuffix + devel:libpython3.9$secondaryArchSuffix devel:libSDL2$secondaryArchSuffix devel:libSDL2_image$secondaryArchSuffix devel:libtinyxml$secondaryArchSuffix