diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-06-16 12:16:21 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-06-16 14:50:10 -0700 |
commit | 9ae55c53f4606d6edb1caff8c03e425a9565738f (patch) | |
tree | d4acf3869c41649560a15ef0127220d073aa8a63 /profiles | |
parent | sci-libs/libaec: version bump (diff) | |
download | gentoo-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.defaults | 5 |
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" |