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:
@@ -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
|
||||
|
Reference in New Issue
Block a user