diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2016-04-19 11:00:28 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2016-04-19 11:00:50 +0200 |
commit | 157e0fc04a8cd946b4506a85cfa0c88d716c5786 (patch) | |
tree | 901326989685694a9c28763f111f7c66ee3d3a54 /profiles/features | |
parent | app-office/calcurse: Version bump. (diff) | |
download | gentoo-157e0fc04a8cd946b4506a85cfa0c88d716c5786.tar.gz gentoo-157e0fc04a8cd946b4506a85cfa0c88d716c5786.tar.bz2 gentoo-157e0fc04a8cd946b4506a85cfa0c88d716c5786.zip |
profiles/features/prefix: by default, disable USE=xattr
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/prefix/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/features/prefix/make.defaults b/profiles/features/prefix/make.defaults index 4884f1fb6eb5..68835e0ac898 100644 --- a/profiles/features/prefix/make.defaults +++ b/profiles/features/prefix/make.defaults @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Michael Haubenwallner <haubi@gentoo.org> (19 Apr 2016) +# We can not use xattrs by default in Prefix. +USE="-xattr" + # Jeremy Olexa <darkside@gentoo.org> (30 Jun 2009) # As of now, there does not exist a reliable working sandbox implementation on # any Gentoo Prefix platform. Lately, sandbox has caused *many* issues that |