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 764D81395E2 for ; Wed, 23 Nov 2016 15:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39891E0B71; Wed, 23 Nov 2016 15:19:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F4C3E0B71 for ; Wed, 23 Nov 2016 15:19:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0AA3340F1A for ; Wed, 23 Nov 2016 15:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5248A49A for ; Wed, 23 Nov 2016 15:19:16 +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: <1479914352.08e3679c532febe128fa3a05ee87e13fa66a8b28.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/mozlinguas-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 08e3679c532febe128fa3a05ee87e13fa66a8b28 X-VCS-Branch: master Date: Wed, 23 Nov 2016 15:19:16 +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: 5c41f74d-4106-4421-86f0-5f3720747cdb X-Archives-Hash: f0c15234321dbdc21bdd62eead71a4c3 commit: 08e3679c532febe128fa3a05ee87e13fa66a8b28 Author: Lars Wendler gentoo org> AuthorDate: Wed Nov 23 15:18:47 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Nov 23 15:19:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e3679c mozlinguas-v2.eclass: Fixed typo. eclass/mozlinguas-v2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass index 726c670..89b9b3d 100644 --- a/eclass/mozlinguas-v2.eclass +++ b/eclass/mozlinguas-v2.eclass @@ -61,7 +61,7 @@ esac : ${MOZ_HTTP_URI:=""} # @ECLASS-VARIABLE: MOZ_LANGPACK_HTTP_URI -# @ÐESCRIPTION: +# @DESCRIPTION: # An alternative http URI if it differs from official mozilla URI. # Defaults to whatever MOZ_HTTP_URI was set to. : ${MOZ_LANGPACK_HTTP_URI:=${MOZ_HTTP_URI}}