diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2020-06-02 13:11:58 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-06-02 13:11:58 +0000 |
| commit | d7c5871846f9e37eddeec1cd02439aece2978b05 (patch) | |
| tree | e032a0872a58f04afc537aabd331f48428c4b053 | |
| parent | lang/go: Update to 1.14.4 (diff) | |
Let people know that scons with python 2 is EOL.
| -rw-r--r-- | Mk/Uses/scons.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/scons.mk b/Mk/Uses/scons.mk index 201816c1b759..2c2eaf7a3f0c 100644 --- a/Mk/Uses/scons.mk +++ b/Mk/Uses/scons.mk @@ -22,6 +22,8 @@ scons_ARGS= python3 _SCONS_PYTHON_VER= ${PYTHON3_DEFAULT} .elif ${scons_ARGS} == python2 _SCONS_PYTHON_VER= ${PYTHON2_DEFAULT} +DEPRECATED?= Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream +EXPIRATION_DATE?= 2020-12-31 .else IGNORE= Incorrect 'USES+= scons:${scons_ARGS}' usage .endif |
