diff options
author | 2012-10-08 05:33:15 +0000 | |
---|---|---|
committer | 2012-10-08 05:33:15 +0000 | |
commit | 91ef26aa30657e5eea639d21bebe65c58c684e47 (patch) | |
tree | c01cf825bd1285d09487f0bd2eb39f5e9568cc6c /sys-fs | |
parent | whitespace fix, sorry (diff) | |
download | gentoo-2-91ef26aa30657e5eea639d21bebe65c58c684e47.tar.gz gentoo-2-91ef26aa30657e5eea639d21bebe65c58c684e47.tar.bz2 gentoo-2-91ef26aa30657e5eea639d21bebe65c58c684e47.zip |
sys-fs/aufs3: Fix compilation if USE=-nfs, #432392
(Portage version: 2.2.0_alpha130/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/aufs3/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/aufs3/ChangeLog b/sys-fs/aufs3/ChangeLog index 6d48112f929b..91a32e8a663c 100644 --- a/sys-fs/aufs3/ChangeLog +++ b/sys-fs/aufs3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/aufs3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.24 2012/10/07 11:49:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.25 2012/10/08 05:33:15 jlec Exp $ + + 08 Oct 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120813-r1.ebuild: + Fix compilation if USE=-nfs, #432392 07 Oct 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20120813.ebuild: Pass raw ldflags if ld is called directly, #432398; use KV_OUT_DIR instead of diff --git a/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild b/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild index e87c58334ef9..26e389dad375 100644 --- a/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild +++ b/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild,v 1.1 2012/10/07 11:37:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20120813-r1.ebuild,v 1.2 2012/10/08 05:33:15 jlec Exp $ EAPI=4 @@ -107,7 +107,7 @@ src_prepare() { use hfs && set_config BR_HFSPLUS use inotify && set_config HNOTIFY HFSNOTIFY use nfs && set_config EXPORT - ( use amd64 || use ppc64 ) && set_config INO_T_64 + use nfs && ( use amd64 || use ppc64 ) && set_config INO_T_64 use ramfs && set_config BR_RAMFS use pax_kernel && epatch "${FILESDIR}"/pax.patch |