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 45B17139694 for ; Tue, 25 Jul 2017 19:38:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 610051FC00A; Tue, 25 Jul 2017 19:38:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3C6671FC00A for ; Tue, 25 Jul 2017 19:38:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D6926341818 for ; Tue, 25 Jul 2017 19:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5912291E for ; Tue, 25 Jul 2017 19:38:29 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1501011473.811a22055578ec3af42ce666782c0ab2b0809850.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 811a22055578ec3af42ce666782c0ab2b0809850 X-VCS-Branch: master Date: Tue, 25 Jul 2017 19:38:29 +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-Archives-Salt: 856aebfd-174d-4593-94de-b43d31defd15 X-Archives-Hash: 3127b9a986e48cd130293146513c0bf7 commit: 811a22055578ec3af42ce666782c0ab2b0809850 Author: Ian Stakenvicius gentoo org> AuthorDate: Tue Jul 25 19:35:42 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Tue Jul 25 19:37:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=811a2205 Disable the hard-coded locale compilation for chatzilla when chatzilla is disabled www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild b/www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild index 3461971..8bcdf00 100644 --- a/www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild +++ b/www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild @@ -209,6 +209,11 @@ src_prepare() { sed 's@\(xargs rm\)$@\1 -f@' \ -i "${ms}"/toolkit/mozapps/installer/packager.mk || die + # Don't build libs-% locale files for chatzilla if we are not building chatzilla + # (this is hard-coded in the build system at present rather than being based on configuration) + use chatzilla || sed '/extensions\/irc\/locales libs-/s@^@#@' \ + -i "${S}"/suite/locales/Makefile.in || die + eautoreconf old-configure.in cd "${S}"/mozilla || die eautoconf old-configure.in