diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-03-11 08:54:57 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-03-11 09:08:01 -0500 |
commit | 4b56990a413505dd277a8ca8491aca03998f6a63 (patch) | |
tree | 35dec58a6570be0fb4d63c45c9484e2db47c0709 /www-client/qutebrowser | |
parent | sys-kernel/vanilla-sources: add 6.2.5, drop 6.2.4 (diff) | |
download | gentoo-4b56990a413505dd277a8ca8491aca03998f6a63.tar.gz gentoo-4b56990a413505dd277a8ca8491aca03998f6a63.tar.bz2 gentoo-4b56990a413505dd277a8ca8491aca03998f6a63.zip |
Revert "www-client/qutebrowser: install apparmor profile"
This reverts commit de3188d3b33e3826a278b3426d5376311439e3dc.
Adding this was a request but profile is apparently unmaintained
upstream and installing it does not seem like a good idea if it's
going to potentially crash the browser wrt bug #900861.
From a quick look it seems like it'd need adjustment for the
paths we uses too, but not limited to these (handling both slots
of qtwebengine and gpu-related things it does seems non-trivial,
lot of this profile feels like wishful guesswork).
Users that really want this are invited to install/modify it
manually for now.
Bug: https://bugs.gentoo.org/900861
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'www-client/qutebrowser')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-2.5.3.ebuild | 3 | ||||
-rw-r--r-- | www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 3 | ||||
-rw-r--r-- | www-client/qutebrowser/qutebrowser-9999.ebuild | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/www-client/qutebrowser/qutebrowser-2.5.3.ebuild b/www-client/qutebrowser/qutebrowser-2.5.3.ebuild index 830f4037ddb5..30a3498c8cf8 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.3.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.5.3.ebuild @@ -128,9 +128,6 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} - insinto /etc/apparmor.d - doins -r misc/apparmor/. - einstalldocs } diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild index 7a65a374061c..0de37e2649d8 100644 --- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild @@ -146,9 +146,6 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} - insinto /etc/apparmor.d - doins -r misc/apparmor/. - einstalldocs } diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 6260bb8c6fc8..7cb5d6ee3504 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -128,9 +128,6 @@ python_install_all() { fperms -x /usr/share/${PN}/{scripts/cycle-inputs.js,userscripts/README.md} python_fix_shebang "${ED}"/usr/share/${PN} - insinto /etc/apparmor.d - doins -r misc/apparmor/. - einstalldocs } |