From 5ef139ae87d02873d3e4502abf273f9dfafe61b2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 24 Oct 2013 11:31:26 +0200 Subject: [PATCH] Require xbps-src >= 73 and base-chroot >= 0.39. --- common/global-defs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/global-defs.sh b/common/global-defs.sh index f66333bf509..aff03e71c37 100644 --- a/common/global-defs.sh +++ b/common/global-defs.sh @@ -11,7 +11,7 @@ # increased to "reproduce" the build behaviour (somewhat :-). # xbps-src version. -XBPS_SRC_REQ=71 +XBPS_SRC_REQ=73 # XBPS utils version. XBPS_UTILS_REQ=0.26 @@ -20,4 +20,4 @@ XBPS_UTILS_REQ=0.26 XBPS_UTILS_API_REQ=20130918 # base-chroot version. -BASE_CHROOT_REQ=0.35_1 +BASE_CHROOT_REQ=0.39_1