Require xbps>=0.29 and xbps-src>=96.
This commit is contained in:
parent
0cd9dd162f
commit
6e5e99ef9f
1 changed files with 5 additions and 9 deletions
|
@ -1,23 +1,19 @@
|
||||||
# -*- shell mode -*-
|
# -*- 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!
|
# 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 version.
|
||||||
XBPS_SRC_REQ=94
|
XBPS_SRC_REQ=96
|
||||||
|
|
||||||
# XBPS utils version.
|
# XBPS utils version.
|
||||||
XBPS_UTILS_REQ=0.26.1
|
XBPS_UTILS_REQ=0.29
|
||||||
|
|
||||||
# XBPS utils API version.
|
# 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
|
BASE_CHROOT_REQ=0.40_1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue