From 57de755e0be5f6e2a519ff5cc05f4d0531d30191 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 19 Feb 2016 09:31:28 +0100 Subject: sys-fs/aufs3: Fix branch usage for kernel patch level Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- sys-fs/aufs3/aufs3-3_p20160219.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/aufs3/aufs3-3_p20160219.ebuild b/sys-fs/aufs3/aufs3-3_p20160219.ebuild index 73a014fcff6d..6e88f13f894a 100644 --- a/sys-fs/aufs3/aufs3-3_p20160219.ebuild +++ b/sys-fs/aufs3/aufs3-3_p20160219.ebuild @@ -58,8 +58,8 @@ pkg_setup() { if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then PATCH_BRANCH="x-rcN" - elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then - PATCH_BRANCH="${KV_MINOR}".21+ + elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "25" ]]; then + PATCH_BRANCH="${KV_MINOR}".25+ elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then PATCH_BRANCH="${KV_MINOR}".1+ else -- cgit v1.2.3-65-gdbad