mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/aufs4: Fix branch usage for kernel patch level
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -58,6 +58,8 @@ pkg_setup() {
|
||||
|
||||
if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
|
||||
PATCH_BRANCH="x-rcN"
|
||||
elif [[ "${KV_MINOR}" == "1" ]] && [[ "${KV_PATCH}" -ge "13" ]]; then
|
||||
PATCH_BRANCH="${KV_MINOR}".13+
|
||||
else
|
||||
PATCH_BRANCH="${KV_MINOR}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user