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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D4DF158020 for ; Sat, 15 Oct 2022 07:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A367FE0933; Sat, 15 Oct 2022 07:20:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87A4DE0933 for ; Sat, 15 Oct 2022 07:20:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85DC1340C74 for ; Sat, 15 Oct 2022 07:20:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDF775F6 for ; Sat, 15 Oct 2022 07:20:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1665818398.98a2a435d96acb7ff08aaa066f04b813c63f187e.juippis@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.14-r1.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 98a2a435d96acb7ff08aaa066f04b813c63f187e X-VCS-Branch: master Date: Sat, 15 Oct 2022 07:20:00 +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: 3d333460-e099-4095-abc2-699a131dd91f X-Archives-Hash: 9a54354e7ebe5b60a2c991cd1d433998 commit: 98a2a435d96acb7ff08aaa066f04b813c63f187e Author: Joonas Niilola gentoo org> AuthorDate: Sat Oct 15 07:18:59 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 15 07:19:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a2a435 www-client/seamonkey: Stabilize 2.53.14-r1 amd64, #877155 Signed-off-by: Joonas Niilola gentoo.org> www-client/seamonkey/seamonkey-2.53.14-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/seamonkey/seamonkey-2.53.14-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.14-r1.ebuild index 0ac462443e0f..1d202fd7aff7 100644 --- a/www-client/seamonkey/seamonkey-2.53.14-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.14-r1.ebuild @@ -48,7 +48,7 @@ SYSTEM_IUSE=( +system-{av1,harfbuzz,icu,jpeg,libevent,libvpx,png,sqlite} ) IUSE="+chatzilla cpu_flags_arm_neon dbus +gmp-autoupdate +ipc jack lto pulseaudio selinux startup-notification test webrtc wifi" IUSE+=" ${SYSTEM_IUSE[@]}" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" RESTRICT="!test? ( test )"