From d3d81fe8cc6110b878add1ff63809a973a93fc58 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 17 Aug 2011 07:38:36 +0000 Subject: Version Bump (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) --- sys-fs/aufs2/aufs2-2.2_p20110815.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-fs/aufs2/aufs2-2.2_p20110815.ebuild') diff --git a/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild b/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild index 9f4315fbc4ae..8969d0490f29 100644 --- a/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild +++ b/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild,v 1.2 2011/08/15 19:11:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-2.2_p20110815.ebuild,v 1.3 2011/08/17 07:38:36 jlec Exp $ EAPI=4 @@ -38,7 +38,7 @@ pkg_setup() { get_version kernel_is lt 2 6 35 && die "kernel too old" - kernel_is gt 2 6 39 && die "kernel too new" + kernel_is gt 2 6 39 && die "kernel too new, please use sys-fs/aufs3" linux-mod_pkg_setup if ! ( patch -p1 --dry-run --force -R -d ${KV_DIR} < "${FILESDIR}"/${AUFS_VERSION}/${PN}-standalone-${KV_PATCH}.patch >/dev/null && \ -- cgit v1.2.3-65-gdbad