wok-next diff scons2/receipt @ rev 21264

updated firefox-official (69.0 -> 71.0)
author Hans-G?nter Theisgen
date Fri Dec 06 15:46:28 2019 +0100 (2019-12-06)
parents f48456621a9d
children
line diff
     1.1 --- a/scons2/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/scons2/receipt	Fri Dec 06 15:46:28 2019 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="scons2"
     1.5  VERSION="2.5.1"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="SCons (2.x) is an Open Source software construction tool"
     1.8 +SHORT_DESC="Open Source software construction tool"
     1.9  MAINTAINER="al.bobylev@gmail.com"
    1.10  LICENSE="MIT"
    1.11  WEB_SITE="https://scons.org/"
    1.12 @@ -16,10 +16,9 @@
    1.13  BUILD_DEPENDS="python-dev"
    1.14  
    1.15  compile_rules() {
    1.16 -	python setup.py install \
    1.17 +	python -B setup.py install \
    1.18  		--prefix=/usr \
    1.19  		--standard-lib \
    1.20 -		--optimize=1 \
    1.21  		--install-data=/usr/share \
    1.22  		--root=$install || return 1
    1.23