ports/core (3.7): nftables: always use python3 over python2
commit 578a817ec5336be4834af5fadbb9b612deda04b1 Author: Tim Biermann <tbier@posteo.de> Date: Mon Jan 10 17:46:59 2022 +0100 nftables: always use python3 over python2 diff --git a/nftables/.signature b/nftables/.signature index 749fa821..6011be13 100644 --- a/nftables/.signature +++ b/nftables/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqogPxfWxHmHLzZOS7iUdEFqChjchFvdL7/iIJIfJXCqN6eH66mWi1cwAa4aanIR8lwMxfqRb9jFgiNK8/Z6wkAM= -SHA256 (Pkgfile) = 6fe03a82d92a8d6ffc341640447ee0d0917d3ef31b4cae4c7918f3ad0c1776b8 +RWRJc1FUaeVeqmcibqkD4tA3mWE6TD7OGW/XxdSyOmvXtBTZhDHfnGDlF/ebL2+Odhd3dThohLctrshBy2xYgIkoDo3VTJ9aggU= +SHA256 (Pkgfile) = 468c4d54ed58d412410aa48301062d6f7fada6e528773dd602515f8e31cb63df SHA256 (.footprint) = 3eea0a22379683df5e19a85c598de3239f0d164f12dab13fd92f47f8814bb8ec SHA256 (nftables-1.0.1.tar.bz2) = 3ceeba625818e81a0be293e9dd486c3ef799ebd92165270f1e57e9a201efa423 diff --git a/nftables/Pkgfile b/nftables/Pkgfile index c1b16c48..f9edc8ea 100644 --- a/nftables/Pkgfile +++ b/nftables/Pkgfile @@ -18,7 +18,8 @@ build() { --sysconfdir=/usr/share \ --with-json \ --with-cli=readline \ - --disable-debug + --disable-debug \ + --with-python-bin=/usr/bin/python3 make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu