diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-08-17 07:38:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-08-17 07:38:36 +0000 |
commit | d3d81fe8cc6110b878add1ff63809a973a93fc58 (patch) | |
tree | d1cb2ff1ee92d7ceaa960da0db5ee87002fd12f8 /sys-fs/aufs2/aufs2-2.2_p20110815.ebuild | |
parent | Correct: Invalid atom in profiles/package.mask: >=app-office/libreoffice-3.4.3* (diff) | |
download | gentoo-2-d3d81fe8cc6110b878add1ff63809a973a93fc58.tar.gz gentoo-2-d3d81fe8cc6110b878add1ff63809a973a93fc58.tar.bz2 gentoo-2-d3d81fe8cc6110b878add1ff63809a973a93fc58.zip |
Version Bump
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/aufs2/aufs2-2.2_p20110815.ebuild')
-rw-r--r-- | sys-fs/aufs2/aufs2-2.2_p20110815.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 && \ |