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:
Justin Lecher
2016-02-19 09:34:32 +01:00
parent 57de755e0b
commit db894938ce

View File

@@ -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