commit: 8b67c80493bc0fbe240a35c925d41d39f71b0241 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri May 14 09:00:05 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri May 14 10:17:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b67c804
www-client/seamonkey: Drop "minimal" USE flag Closes: https://bugs.gentoo.org/789300 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild index ce8fefb7646..b2745d4b7e6 100644 --- a/www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild @@ -49,7 +49,7 @@ LICENSE="MPL-2.0 GPL-2 LGPL-2.1" SLOT="0" SYSTEM_IUSE=( +system-{av1,harfbuzz,icu,jpeg,libevent,libvpx,sqlite} ) IUSE="+chatzilla cpu_flags_arm_neon +crypt dbus debug +gmp-autoupdate +ipc jack -lto minimal pulseaudio +roaming selinux startup-notification test wifi" +lto pulseaudio +roaming selinux startup-notification test wifi" IUSE+=" ${SYSTEM_IUSE[@]}" KEYWORDS="amd64 ~ppc64 x86" @@ -498,10 +498,6 @@ src_install() { # Required in order to use plugins and even run seamonkey on hardened. pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/{seamonkey,seamonkey-bin,plugin-container} - if use minimal ; then - rm -r "${ED}"/usr/include "${ED}/${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} || die - fi - if use chatzilla ; then emid='{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}'
