summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-06-16 12:16:21 -0700
committerBrian Dolbec <dolsen@gentoo.org>2017-06-16 14:50:10 -0700
commit9ae55c53f4606d6edb1caff8c03e425a9565738f (patch)
treed4acf3869c41649560a15ef0127220d073aa8a63 /profiles
parentsci-libs/libaec: version bump (diff)
downloadgentoo-9ae55c53f4606d6edb1caff8c03e425a9565738f.tar.gz
gentoo-9ae55c53f4606d6edb1caff8c03e425a9565738f.tar.bz2
gentoo-9ae55c53f4606d6edb1caff8c03e425a9565738f.zip
profiles/base/make.defualts: Add TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE
To prevent access violations for packages that install plugins to twisted. All pkgs should call /usr/bin/twisted-regen-cache in pkg_postinst() to regenrate the caches.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 28bf57c0e024..b090eab54c84 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -136,3 +136,8 @@ UNINSTALL_IGNORE="/lib/modules/* /var/run /var/lock"
# Andreas K. Hüttel <dilfridge@gentoo.org> (23 Aug 2013)
# Make emerge messages default to English as per Council decision
LC_MESSAGES="C"
+
+# Brian Dolbec <dolsen@gentoo.org> (16 Jun 2017)
+# disable twisted's plugin cache update to prevent access violations
+# call /usr/bin/twisted-regen-cache in pkg_postinst()
+TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"