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 C30EA1384B4 for ; Sat, 14 Nov 2015 09:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66F2321C010; Sat, 14 Nov 2015 09:21:15 +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 13B9421C010 for ; Sat, 14 Nov 2015 09:21:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADE6E340562 for ; Sat, 14 Nov 2015 09:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 371971A8 for ; Sat, 14 Nov 2015 09:21:10 +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: <1447492866.902d319029d5e5e9850077359a69cfbdc372907c.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.39.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 902d319029d5e5e9850077359a69cfbdc372907c X-VCS-Branch: master Date: Sat, 14 Nov 2015 09:21:10 +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: 612554f4-0d85-479b-9fee-432abf235a60 X-Archives-Hash: 3143e8a9d638702daee0dcbc5cb3ba12 commit: 902d319029d5e5e9850077359a69cfbdc372907c Author: Lars Wendler gentoo org> AuthorDate: Sat Nov 14 09:20:47 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Nov 14 09:21:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902d3190 www-client/seamonkey: Use correct mozconfig eclass for 2.39 Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler gentoo.org> www-client/seamonkey/seamonkey-2.39.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/seamonkey/seamonkey-2.39.ebuild b/www-client/seamonkey/seamonkey-2.39.ebuild index 3eef572..628b69f 100644 --- a/www-client/seamonkey/seamonkey-2.39.ebuild +++ b/www-client/seamonkey/seamonkey-2.39.ebuild @@ -28,7 +28,7 @@ fi MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_JIT="enabled" -inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.41 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.42 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas PATCHFF="firefox-42.0-patches-02" PATCH="${PN}-2.33-patches-01"