summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-08-11 21:11:37 +0000
committerThomas Sachau <tommy@gentoo.org>2010-08-11 21:11:37 +0000
commit0deaca5936969d7cb5b3c80cd60c02e9ae3f5989 (patch)
tree9cb8067f706de634a3737060553522043177e2db /sys-fs/aufs2
parentMarked ppc stable for bug #159556. (diff)
downloadgentoo-2-0deaca5936969d7cb5b3c80cd60c02e9ae3f5989.tar.gz
gentoo-2-0deaca5936969d7cb5b3c80cd60c02e9ae3f5989.tar.bz2
gentoo-2-0deaca5936969d7cb5b3c80cd60c02e9ae3f5989.zip
Allow kernel-2.6.35
(Portage version: 2.2_rc67-r8/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/aufs2')
-rw-r--r--sys-fs/aufs2/ChangeLog6
-rw-r--r--sys-fs/aufs2/aufs2-0_p20100809.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/aufs2/ChangeLog b/sys-fs/aufs2/ChangeLog
index 2030aacb932a..eac3e70cbed0 100644
--- a/sys-fs/aufs2/ChangeLog
+++ b/sys-fs/aufs2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/aufs2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.26 2010/08/10 21:03:53 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.27 2010/08/11 21:11:37 tommy Exp $
+
+ 11 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ aufs2-0_p20100809.ebuild:
+ Allow kernel-2.6.35
10 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+files/aufs2-base-35.patch, +files/aufs2-standalone-35.patch:
diff --git a/sys-fs/aufs2/aufs2-0_p20100809.ebuild b/sys-fs/aufs2/aufs2-0_p20100809.ebuild
index d6b18f816888..889fced12fbc 100644
--- a/sys-fs/aufs2/aufs2-0_p20100809.ebuild
+++ b/sys-fs/aufs2/aufs2-0_p20100809.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100809.ebuild,v 1.1 2010/08/10 20:43:17 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100809.ebuild,v 1.2 2010/08/11 21:11:37 tommy Exp $
EAPI="2"
@@ -28,7 +28,7 @@ pkg_setup() {
get_version
kernel_is lt 2 6 27 && die "kernel too old"
- kernel_is gt 2 6 34 && die "kernel too new"
+ kernel_is gt 2 6 35 && die "kernel too new"
if ! ( patch -p1 --dry-run --force -R -d ${KV_DIR} < "${FILESDIR}"/aufs2-standalone-${KV_PATCH}.patch >/dev/null && \
patch -p1 --dry-run --force -R -d ${KV_DIR} < "${FILESDIR}"/aufs2-base-${KV_PATCH}.patch >/dev/null ); then