From 6e5e99ef9f7fdb99cf607ecfb4f812721ea129ad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 9 Jan 2014 15:31:15 +0100 Subject: [PATCH] Require xbps>=0.29 and xbps-src>=96. --- common/global-defs.sh | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/common/global-defs.sh b/common/global-defs.sh index d47f4fd99f..7ca5fc074e 100644 --- a/common/global-defs.sh +++ b/common/global-defs.sh @@ -1,23 +1,19 @@ # -*- shell mode -*- # -# Sets globally the minimal versions required by the xbps source packages. +# Sets the minimal required xbps versions to build packages. # # ========================================================= # DO NOT MODIFY THIS FILE WITHOUT PRIOR WRITTEN PERMISSION! # ========================================================= # -# Every time a new source package requires a specific feature from a new -# 'xbps-src', 'xbps' or 'base-chroot' package, that version must be -# increased to "reproduce" the build behaviour (somewhat :-). - # xbps-src version. -XBPS_SRC_REQ=94 +XBPS_SRC_REQ=96 # XBPS utils version. -XBPS_UTILS_REQ=0.26.1 +XBPS_UTILS_REQ=0.29 # XBPS utils API version. -XBPS_UTILS_API_REQ=20130918 +XBPS_UTILS_API_REQ=20131224 -# base-chroot version. +# Obsolete since xbps-src>=96 (base-chroot version). BASE_CHROOT_REQ=0.40_1