From 237262d86f76eb04970c51d6672f2ab40d3b1737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 May 2020 21:35:57 +0200 Subject: [PATCH] boost: add missing python_ver=(2|3) --- srcpkgs/boost/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 39cc69be512..e1a466bd60d 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -106,6 +106,7 @@ boost-python1.72_package() { depends="boost python" replaces="boost-python>=0" short_desc+=" - Python bindings" + python_ver=2 pkg_install() { vmove "usr/lib/libboost_python2*.so.*" } @@ -114,6 +115,7 @@ boost-python3-1.72_package() { depends="boost python3" replaces="boost-python3>=0" short_desc+=" - Python3 bindings" + python_ver=3 pkg_install() { vmove "usr/lib/libboost_python3*.so.*" }