diff options
author | Thomas Sachau <tommy@gentoo.org> | 2010-06-05 22:55:07 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2010-06-05 22:55:07 +0000 |
commit | 2c5f2ecb53ffa5e41e60a59f749e1c69b45cdceb (patch) | |
tree | 732f2a8664e3fbc535d22cc5f38847ed86508422 /sys-fs/aufs2 | |
parent | Import ebuild for fwbuilder-4.0.1. Addresses #318689. Marked ~ on x86, amd6... (diff) | |
download | gentoo-2-2c5f2ecb53ffa5e41e60a59f749e1c69b45cdceb.tar.gz gentoo-2-2c5f2ecb53ffa5e41e60a59f749e1c69b45cdceb.tar.bz2 gentoo-2-2c5f2ecb53ffa5e41e60a59f749e1c69b45cdceb.zip |
Fix bug 320959
(Portage version: 2.2_rc67-r7/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/aufs2')
-rw-r--r-- | sys-fs/aufs2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/aufs2/aufs2-0_p20100524.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/aufs2/ChangeLog b/sys-fs/aufs2/ChangeLog index 3b59756e524e..ecc4580a3946 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.21 2010/05/25 16:09:36 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/ChangeLog,v 1.22 2010/06/05 22:55:07 tommy Exp $ + + 05 Jun 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + aufs2-0_p20100524.ebuild: + Fix bug 320959 *aufs2-0_p20100524 (25 May 2010) diff --git a/sys-fs/aufs2/aufs2-0_p20100524.ebuild b/sys-fs/aufs2/aufs2-0_p20100524.ebuild index c203dcf3951c..866165127999 100644 --- a/sys-fs/aufs2/aufs2-0_p20100524.ebuild +++ b/sys-fs/aufs2/aufs2-0_p20100524.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_p20100524.ebuild,v 1.1 2010/05/25 16:09:36 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs2/aufs2-0_p20100524.ebuild,v 1.2 2010/06/05 22:55:07 tommy Exp $ EAPI="2" @@ -59,7 +59,8 @@ src_prepare() { sed -i "s:DEBUG = y:DEBUG =:g" config.mk || die fi if use inotify; then - sed -i "s:HNOTIFY =:HNOTIFY = y:g" config.mk || die + sed -i -e "s:AUFS_HNOTIFY =:AUFS_HNOTIFY = y:g" \ + -e "s:AUFS_HINOTIFY =:AUFS_HINOTIFY = y:g" config.mk || die fi if use ramfs; then sed -i "s:RAMFS =:RAMFS = y:g" config.mk || die |