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 7ABE81396D0 for ; Sat, 7 Oct 2017 13:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B79F82BC00B; Sat, 7 Oct 2017 13:57:41 +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 97A062BC00B for ; Sat, 7 Oct 2017 13:57:41 +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 69C95341816 for ; Sat, 7 Oct 2017 13:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E40D9096 for ; Sat, 7 Oct 2017 13:57:39 +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: <1507384651.f52244765c747292b9c8a410f77579a8a94c6ede.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/thunderbird-52.4.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: f52244765c747292b9c8a410f77579a8a94c6ede X-VCS-Branch: master Date: Sat, 7 Oct 2017 13:57:39 +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: fec1a4b9-68f4-4837-9a7f-44fa6593511d X-Archives-Hash: 84b02007eb535c19d4e28fda4512d82f commit: f52244765c747292b9c8a410f77579a8a94c6ede Author: Ian Stakenvicius gentoo org> AuthorDate: Sat Oct 7 13:57:31 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Sat Oct 7 13:57:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f5224476 thunderbird-52.4: mozconfig eclass should be 6.52, same as firefox-52.4 mail-client/thunderbird/thunderbird-52.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/thunderbird/thunderbird-52.4.0.ebuild b/mail-client/thunderbird/thunderbird-52.4.0.ebuild index 89340d1..a45c7e5 100644 --- a/mail-client/thunderbird/thunderbird-52.4.0.ebuild +++ b/mail-client/thunderbird/thunderbird-52.4.0.ebuild @@ -30,7 +30,7 @@ MOZ_P="${PN}-${MOZ_PV}" MOZCONFIG_OPTIONAL_GTK2ONLY=1 MOZCONFIG_OPTIONAL_WIFI=1 -inherit flag-o-matic toolchain-funcs mozconfig-v6.53 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils +inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"