armagetronad: 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 bb26fa41d5
commit 68fda3d1e9

View file

@ -15,6 +15,7 @@ license="GPL-2"
homepage="http://armagetronad.org" homepage="http://armagetronad.org"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.src.tar.bz2" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.src.tar.bz2"
checksum=1dc3962fc77f4fd64a795ff4e3c02518e2a79bb57f9ed599ba43eff8eb51d2ef checksum=1dc3962fc77f4fd64a795ff4e3c02518e2a79bb57f9ed599ba43eff8eb51d2ef
python_version=2 #unverified
do_configure() { do_configure() {
mkdir build_dedicated mkdir build_dedicated