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 40B7D1396D9 for ; Thu, 26 Oct 2017 08:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BECF2BC00F; Thu, 26 Oct 2017 08:52:41 +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 386C22BC00F for ; Thu, 26 Oct 2017 08:52: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 0529E33BF3C for ; Thu, 26 Oct 2017 08:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC8EB315 for ; Thu, 26 Oct 2017 08:52: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: <1509007948.e2222a5382beffb39aa75cfd30924363c437ba66.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozextension.eclass X-VCS-Directories: eclass/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e2222a5382beffb39aa75cfd30924363c437ba66 X-VCS-Branch: master Date: Thu, 26 Oct 2017 08:52: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: f736dbb7-f624-4667-a406-6b3f1033300f X-Archives-Hash: 1c4a627f14bbcd665473e3a2d375c729 commit: e2222a5382beffb39aa75cfd30924363c437ba66 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 26 08:51:30 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 26 08:52:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e2222a53 mozextension.eclass: Prepare for usage with palemoon. eclass/mozextension.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozextension.eclass b/eclass/mozextension.eclass index 58d04b2..9d22166 100644 --- a/eclass/mozextension.eclass +++ b/eclass/mozextension.eclass @@ -22,7 +22,7 @@ DEPEND="app-arch/unzip" mozversion_extension_location() { case ${PN} in - firefox|firefox-bin) + firefox|firefox-bin|palemoon) if [[ $(get_version_component_range 1) -ge 21 ]] ; then return 0 fi