Infrastructure changes to allow unsetting template vars/funcs.

xbps-src-112 does not unset those vars/funcs anymore, so it's a work
that must be done via common/environment/setup{,-subpkg}.
This commit is contained in:
Juan RP
2014-03-19 09:03:21 +01:00
parent 38c7494c9e
commit 0026342862
10 changed files with 89 additions and 12 deletions

View File

@@ -5,7 +5,9 @@
# =========================================================
# DO NOT MODIFY THIS FILE WITHOUT PRIOR WRITTEN PERMISSION!
# =========================================================
#
set -a
# xbps-src version.
XBPS_SRC_REQ=110
@@ -14,3 +16,5 @@ XBPS_UTILS_REQ=0.33
# XBPS utils API version.
XBPS_UTILS_API_REQ=20140304
set +a