common/global-defs.sh: require xbps-src>=48 and base-chroot>=0.35.
This commit is contained in:
parent
03c1010f74
commit
35ea7a54f4
|
@ -11,7 +11,7 @@
|
||||||
# increased to "reproduce" the build behaviour (somewhat :-).
|
# increased to "reproduce" the build behaviour (somewhat :-).
|
||||||
|
|
||||||
# xbps-src version.
|
# xbps-src version.
|
||||||
XBPS_SRC_REQ=47
|
XBPS_SRC_REQ=48
|
||||||
|
|
||||||
# XBPS utils version.
|
# XBPS utils version.
|
||||||
XBPS_UTILS_REQ=0.22
|
XBPS_UTILS_REQ=0.22
|
||||||
|
@ -20,4 +20,4 @@ XBPS_UTILS_REQ=0.22
|
||||||
XBPS_UTILS_API_REQ=20130315
|
XBPS_UTILS_API_REQ=20130315
|
||||||
|
|
||||||
# base-chroot version.
|
# base-chroot version.
|
||||||
BASE_CHROOT_REQ=0.34_1
|
BASE_CHROOT_REQ=0.35_1
|
||||||
|
|
Loading…
Reference in New Issue