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 4C51D138334 for ; Wed, 25 Sep 2019 15:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B8E1E088C; Wed, 25 Sep 2019 15:06:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 57566E088C for ; Wed, 25 Sep 2019 15:06:08 +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 3464A34B541 for ; Wed, 25 Sep 2019 15:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 270F16E8 for ; Wed, 25 Sep 2019 15:06:05 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1569423926.c57630526c65034decd0c124f2d2d8eca5a5980d.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/seamonkey/metadata.xml www-client/seamonkey/seamonkey-2.49.5.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: c57630526c65034decd0c124f2d2d8eca5a5980d X-VCS-Branch: master Date: Wed, 25 Sep 2019 15:06:05 +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: 6540a4b2-05fb-4040-b996-c3821948ccab X-Archives-Hash: ec138248d03e373969ef423a75558473 commit: c57630526c65034decd0c124f2d2d8eca5a5980d Author: Jory Pratt gentoo org> AuthorDate: Wed Sep 25 15:05:26 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Sep 25 15:05:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5763052 www-client/seamonkey: use mozconfig-v6.52 Closes: https://bugs.gentoo.org/694956 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> www-client/seamonkey/metadata.xml | 1 - www-client/seamonkey/seamonkey-2.49.5.ebuild | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml index 2256a85bb17..b240cff9114 100644 --- a/www-client/seamonkey/metadata.xml +++ b/www-client/seamonkey/metadata.xml @@ -12,7 +12,6 @@ Build Mozilla's calendar Build Mozilla's IRC client (default on) - Use Clang compiler instead of GCC Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles Use the cairo-gtk3 rendering engine diff --git a/www-client/seamonkey/seamonkey-2.49.5.ebuild b/www-client/seamonkey/seamonkey-2.49.5.ebuild index e15e13a1e7e..42817d46f0a 100644 --- a/www-client/seamonkey/seamonkey-2.49.5.ebuild +++ b/www-client/seamonkey/seamonkey-2.49.5.ebuild @@ -41,7 +41,8 @@ fi MOZCONFIG_OPTIONAL_WIFI=1 MOZ_GENERATE_LANGPACKS=1 MOZ_L10N_SOURCEDIR="${S}/${P}-l10n" -inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.60 pax-utils xdg-utils autotools mozextension nsplugins mozlinguas-v2 +MOZCONFIG_OPTIONAL_GTK3=enabled +inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.52 pax-utils xdg-utils autotools mozextension nsplugins mozlinguas-v2 PATCH="${PN}-2.49.5-patches-01"