brltty: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:09 -04:00 committed by Toyam Cox
parent 5f0b97f07a
commit 3267f579b7

View file

@ -13,6 +13,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="http://mielke.cc/brltty/"
distfiles="http://mielke.cc/brltty/archive/brltty-${version}.tar.xz"
checksum=cfa80c2d171a4d92d7a327b1942e6fc463669b1c3bb658bfb3323b723f9096f7
python_version=2 #unverified
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) configure_args="${configure_args} --with-ports-package=glibc";;