commit: 5f163f4c3f7edbbe15362194e9b89fc3b1becb7a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 14:00:30 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 14:00:30 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5f163f4c
make.globals: don't set case-insensitive-fs in FEATURES, breaks
ConfigProtectTestCase
cnf/make.globals | 3 ---
1 file changed, 3 deletions(-)
diff --git a/cnf/make.globals b/cnf/make.globals
index 39986e390..6f69154c4 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -68,9 +68,6 @@ UNINSTALL_IGNORE="/lib/modules/*"
# Force EPREFIX, ED and EROOT to exist in all EAPIs, not just 3 and up
FEATURES="${FEATURES} force-prefix"
-# Avoid problems due to case-insensitivity, bug #524236
-FEATURES="${FEATURES} case-insensitive-fs"
-
# By default wait 5 secs before cleaning a package
CLEAN_DELAY="5"