diff options
author | stefson <herrtimson@yahoo.de> | 2018-09-23 20:26:50 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-23 20:28:26 +0200 |
commit | 62269ba0c6a992f6bc4b2fec63e929882b8c4e3c (patch) | |
tree | a236f29547e1a4de73668a73032d06e7421ad469 /eclass | |
parent | dev-util/clion: remove old versions (diff) | |
download | gentoo-62269ba0c6a992f6bc4b2fec63e929882b8c4e3c.tar.gz gentoo-62269ba0c6a992f6bc4b2fec63e929882b8c4e3c.tar.bz2 gentoo-62269ba0c6a992f6bc4b2fec63e929882b8c4e3c.zip |
mozconfig-v6.60: remove obsolete sandbox detection
Closes: https://github.com/gentoo/gentoo/pull/9954
Closes: https://bugs.gentoo.org/663040
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.60.eclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index cadc3dba81c1..101db58a81f7 100644 --- a/eclass/mozconfig-v6.60.eclass +++ b/eclass/mozconfig-v6.60.eclass @@ -325,9 +325,6 @@ mozconfig_config() { mozconfig_annotate '-pulseaudio' --enable-alsa fi - # For testing purpose only - mozconfig_annotate 'Sandbox' --enable-content-sandbox - mozconfig_use_enable system-sqlite mozconfig_use_with system-jpeg mozconfig_use_with system-icu |