summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-05-17 17:04:58 +0000
committerThomas Sachau <tommy@gentoo.org>2010-05-17 17:04:58 +0000
commitef348ce4b92698465943b42a2754cf20b1d9b70d (patch)
tree4ea625422d3b93df5361d2e76ed53ecd67468ebe /sys-fs
parentamd64 stable, bug #317779 (diff)
downloadgentoo-2-ef348ce4b92698465943b42a2754cf20b1d9b70d.tar.gz
gentoo-2-ef348ce4b92698465943b42a2754cf20b1d9b70d.tar.bz2
gentoo-2-ef348ce4b92698465943b42a2754cf20b1d9b70d.zip
Follow rename of upstream (HINOTIFY -> HNOTIFY)
(Portage version: 2.2_rc67-r7/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/aufs2/ChangeLog6
-rw-r--r--sys-fs/aufs2/aufs2-0_p20100405.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/aufs2/ChangeLog b/sys-fs/aufs2/ChangeLog
index 24ee840824a0..ec0ad605b130 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.19 2010/05/13 01:45:28 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.20 2010/05/17 17:04:58 tommy Exp $
+
+ 17 May 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ aufs2-0_p20100405.ebuild:
+ Follow rename of upstream (HINOTIFY -> HNOTIFY)
13 May 2010; Brian Harring <ferringb@gentoo.org> aufs2-0_p20100308.ebuild,
aufs2-0_p20100405.ebuild:
diff --git a/sys-fs/aufs2/aufs2-0_p20100405.ebuild b/sys-fs/aufs2/aufs2-0_p20100405.ebuild
index 2c5f297c9cde..a2789e4a5224 100644
--- a/sys-fs/aufs2/aufs2-0_p20100405.ebuild
+++ b/sys-fs/aufs2/aufs2-0_p20100405.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_p20100405.ebuild,v 1.2 2010/05/13 01:45:28 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100405.ebuild,v 1.3 2010/05/17 17:04:58 tommy Exp $
EAPI="2"
@@ -59,7 +59,7 @@ src_prepare() {
sed -i "s:DEBUG = y:DEBUG =:g" config.mk || die
fi
if use inotify; then
- sed -i "s:HINOTIFY =:HINOTIFY = y:g" config.mk || die
+ sed -i "s:HNOTIFY =:HNOTIFY = y:g" config.mk || die
fi
if use ramfs; then
sed -i "s:RAMFS =:RAMFS = y:g" config.mk || die