xcb_proto, use cmd:python3 (#9233)

This commit is contained in:
Schrijvers Luc
2023-08-16 08:50:48 +00:00
committed by GitHub
parent e5a29d6ea3
commit 0caa1c2961

View File

@@ -3,7 +3,7 @@ DESCRIPTION="The X C Bindings protocol headers."
HOMEPAGE="https://xcb.freedesktop.org/"
COPYRIGHT="2001-2018 Bart Massey, Jamey Sharp, and Josh Triplett."
LICENSE="MIT (no promotion)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://xcb.freedesktop.org/dist/xcb-proto-$portVersion.tar.bz2"
CHECKSUM_SHA256="7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1"
SOURCE_DIR="xcb-proto-$portVersion"
@@ -30,7 +30,7 @@ BUILD_PREREQUIRES="
cmd:gcc
cmd:make
cmd:pkg_config
cmd:python
cmd:python3
"
BUILD()