From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5B8E1382C5 for ; Fri, 14 May 2021 10:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1717FE0872; Fri, 14 May 2021 10:17:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF806E0872 for ; Fri, 14 May 2021 10:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6EF2340DB2 for ; Fri, 14 May 2021 10:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE9574F for ; Fri, 14 May 2021 10:17:44 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1620987455.8b67c80493bc0fbe240a35c925d41d39f71b0241.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/seamonkey-2.53.7.1-r1.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8b67c80493bc0fbe240a35c925d41d39f71b0241 X-VCS-Branch: master Date: Fri, 14 May 2021 10:17:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb18fdcc-d47c-4adf-abc6-e0f931050e19 X-Archives-Hash: 8d6c5cc1d33809021adbb76094ae1c81 commit: 8b67c80493bc0fbe240a35c925d41d39f71b0241 Author: Lars Wendler gentoo org> AuthorDate: Fri May 14 09:00:05 2021 +0000 Commit: Lars Wendler gentoo 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 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}'