diff options
Diffstat (limited to 'sys-fs/aufs3/aufs3-3_p20150608.ebuild')
-rw-r--r-- | sys-fs/aufs3/aufs3-3_p20150608.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/aufs3/aufs3-3_p20150608.ebuild b/sys-fs/aufs3/aufs3-3_p20150608.ebuild index bfca3ddf1d56..3e4ffc2fa7c7 100644 --- a/sys-fs/aufs3/aufs3-3_p20150608.ebuild +++ b/sys-fs/aufs3/aufs3-3_p20150608.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150608.ebuild,v 1.1 2015/06/08 05:52:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150608.ebuild,v 1.2 2015/07/29 07:57:16 jlec Exp $ EAPI=5 @@ -56,7 +56,7 @@ 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}".12+ + PATCH_BRANCH="${KV_MINOR}".21+ elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then PATCH_BRANCH="${KV_MINOR}".1+ else |