From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D04B138825 for ; Thu, 6 Nov 2014 14:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9254AE08FC; Thu, 6 Nov 2014 14:33:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44B2CE08FC for ; Thu, 6 Nov 2014 14:33:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 185D2340418 for ; Thu, 6 Nov 2014 14:33:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7E4298E2 for ; Thu, 6 Nov 2014 14:33:37 +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: <1415284389.a4cd3199262f3d0811ac11de93fa01e857bef791.polynomial-c@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.31_beta1.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a4cd3199262f3d0811ac11de93fa01e857bef791 X-VCS-Branch: master Date: Thu, 6 Nov 2014 14:33:37 +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: 8a12ed43-4092-4758-9381-5c81ecb781ca X-Archives-Hash: 8daf491b4fdd70e8c8997a04514e0c02 commit: a4cd3199262f3d0811ac11de93fa01e857bef791 Author: Lars Wendler gentoo org> AuthorDate: Thu Nov 6 14:33:09 2014 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Nov 6 14:33:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=a4cd3199 seamonkey: Use correct mozconfig eclass. --- www-client/seamonkey/seamonkey-2.31_beta1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/seamonkey/seamonkey-2.31_beta1.ebuild b/www-client/seamonkey/seamonkey-2.31_beta1.ebuild index 26e8e73..2186689 100644 --- a/www-client/seamonkey/seamonkey-2.31_beta1.ebuild +++ b/www-client/seamonkey/seamonkey-2.31_beta1.ebuild @@ -28,7 +28,7 @@ fi MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_JIT="enabled" -inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v5.33 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v5.34 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas PATCHFF="firefox-31.0-patches-0.2" PATCH="${PN}-2.30-patches-01"