summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-09 09:57:00 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-09 09:57:00 +0000
commit6fd27298b9a7b3c11033276e9168a1f4f4a44566 (patch)
treeeaa93cf7a022c81e50504167e6cd28bf0baa117d /sys-fs/aufs3
parentVersion bump for bug 450974. (diff)
downloadgentoo-2-6fd27298b9a7b3c11033276e9168a1f4f4a44566.tar.gz
gentoo-2-6fd27298b9a7b3c11033276e9168a1f4f4a44566.tar.bz2
gentoo-2-6fd27298b9a7b3c11033276e9168a1f4f4a44566.zip
sys-fs/aufs3: Fix for now location of header file, #450810
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sys-fs/aufs3')
-rw-r--r--sys-fs/aufs3/ChangeLog5
-rw-r--r--sys-fs/aufs3/aufs3-3_p20130107.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/aufs3/ChangeLog b/sys-fs/aufs3/ChangeLog
index be7f0c5b52dc..abc2218bebce 100644
--- a/sys-fs/aufs3/ChangeLog
+++ b/sys-fs/aufs3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/aufs3
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.42 2013/01/07 11:59:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.43 2013/01/09 09:57:00 jlec Exp $
+
+ 09 Jan 2013; Justin Lecher <jlec@gentoo.org> aufs3-3_p20130107.ebuild:
+ Fix for now location of header file, #450810
*aufs3-3_p20130107 (07 Jan 2013)
diff --git a/sys-fs/aufs3/aufs3-3_p20130107.ebuild b/sys-fs/aufs3/aufs3-3_p20130107.ebuild
index 258ef2ed29eb..58b5e042c7c7 100644
--- a/sys-fs/aufs3/aufs3-3_p20130107.ebuild
+++ b/sys-fs/aufs3/aufs3-3_p20130107.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130107.ebuild,v 1.1 2013/01/07 11:59:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130107.ebuild,v 1.2 2013/01/09 09:57:00 jlec Exp $
EAPI=4
@@ -114,7 +114,7 @@ src_prepare() {
use pax_kernel && epatch "${FILESDIR}"/pax-2.patch
sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile || die
- sed -i "s:__user::g" include/linux/aufs_type.h || die
+ sed -i "s:__user::g" include/uapi/linux/aufs_type.h || die
cd "${WORKDIR}"/${P}/${PN/3}-util