From 4c057f1bdee2fdb655093dc455d0e3429c86ca1b Mon Sep 17 00:00:00 2001 From: OscarL Date: Mon, 24 Apr 2023 02:50:09 -0300 Subject: [PATCH] BeCJK: cleanup requirements, dropping Python 2.x. (#8499) SCons will pull the version it needs (3.9 currently). --- app-i18n/becjk/becjk-1.0.1.recipe | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-i18n/becjk/becjk-1.0.1.recipe b/app-i18n/becjk/becjk-1.0.1.recipe index 31789872d..74df87410 100644 --- a/app-i18n/becjk/becjk-1.0.1.recipe +++ b/app-i18n/becjk/becjk-1.0.1.recipe @@ -3,7 +3,7 @@ DESCRIPTION="BeCJK was an input method for legacy BeOS, now works on Haiku." HOMEPAGE="https://github.com/HaikuArchives/BeCJK" COPYRIGHT="2001-2002 Anthony Lee" LICENSE="GNU LGPL v2" -REVISION="4" +REVISION="5" srcGitRev="e0df819cb872ef790374a33608177afd73c6dc38" SOURCE_URI="https://github.com/HaikuArchives/BeCJK/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="f5c0732c53ada4c210a4bbf99258899548894d73996211d4d1f3b7ee34fe99d6" @@ -24,9 +24,7 @@ BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" - cmd:gcc - cmd:ld - cmd:python + cmd:g++ cmd:scons "