commit:     57de755e0be5f6e2a519ff5cc05f4d0531d30191
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 08:31:28 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 08:31:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57de755e

sys-fs/aufs3: Fix branch usage for kernel patch level

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 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 73a014f..6e88f13 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

Reply via email to