From 51a89f8da3f16d38133528c8c17f6d0078932869 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 21 Feb 2013 19:11:17 +0100 Subject: [PATCH] common/global-defs.sh: require xbps-src>=39 to cross build py pkgs. --- common/global-defs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/global-defs.sh b/common/global-defs.sh index b90bcb44291..de8611d8472 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=38 +XBPS_SRC_REQ=39 # XBPS utils version. XBPS_UTILS_REQ=0.19.1