environment/setup: remove obsolete shell snippet.
This commit is contained in:
parent
ddc170a4ef
commit
50ee22fe0a
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
# -*- shell mode -*-
|
|
||||||
#
|
|
||||||
# Sets the minimal required xbps versions to build packages.
|
|
||||||
#
|
|
||||||
# =========================================================
|
|
||||||
# DO NOT MODIFY THIS FILE WITHOUT PRIOR WRITTEN PERMISSION!
|
|
||||||
# =========================================================
|
|
||||||
# OBSOLETE WITH XBPS>=0.35, KEEP THIS FOR COMPAT.
|
|
||||||
|
|
||||||
set -a
|
|
||||||
|
|
||||||
# xbps-src version.
|
|
||||||
XBPS_SRC_REQ=112
|
|
||||||
|
|
||||||
# XBPS utils version.
|
|
||||||
XBPS_UTILS_REQ=0.33
|
|
||||||
|
|
||||||
# XBPS utils API version.
|
|
||||||
XBPS_UTILS_API_REQ=20140304
|
|
||||||
|
|
||||||
set +a
|
|
Loading…
Reference in a new issue