smem: add explicit python_version
This commit is contained in:
parent
2853aeaede
commit
a818e9db29
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://www.selenic.com/smem"
|
homepage="https://www.selenic.com/smem"
|
||||||
distfiles="https://selenic.com/repo/smem/archive/${version}.tar.bz2"
|
distfiles="https://selenic.com/repo/smem/archive/${version}.tar.bz2"
|
||||||
checksum=950c39ee8b1e051866564b25c36a6113eae2617e597b8302324bb8ee57d82ba6
|
checksum=950c39ee8b1e051866564b25c36a6113eae2617e597b8302324bb8ee57d82ba6
|
||||||
|
python_version=2 #unverified
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
$CC $CFLAGS $LDFLAGS -o smemcap smemcap.c
|
$CC $CFLAGS $LDFLAGS -o smemcap smemcap.c
|
||||||
|
|
Loading…
Reference in a new issue