From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Srju2-0003BR-QU for garchives@archives.gentoo.org; Thu, 19 Jul 2012 06:07:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78D00E055B; Thu, 19 Jul 2012 06:07:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D0A5E055B for ; Thu, 19 Jul 2012 06:07:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86A961B400D for ; Thu, 19 Jul 2012 06:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 45730E5434 for ; Thu, 19 Jul 2012 06:07:49 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1342678029.2e27e0a2ca278599cf5912491aacdc3b40af23d5.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/l10n.eclass X-VCS-Directories: eclass/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 2e27e0a2ca278599cf5912491aacdc3b40af23d5 X-VCS-Branch: master Date: Thu, 19 Jul 2012 06:07:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: cb88a05b-82ec-4544-9b1d-0f079a6ce3b8 X-Archives-Hash: a9fe3c4fb3ea9eca2583effb18caf3ff commit: 2e27e0a2ca278599cf5912491aacdc3b40af23d5 Author: Ben de Groot gmail com> AuthorDate: Thu Jul 19 06:07:09 2012 +0000 Commit: Ben de Groot gentoo org> CommitDate: Thu Jul 19 06:07:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D2e27e0a2 l10n.eclass: clean up commented out line --- eclass/l10n.eclass | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass index f2918f3..5c13c00 100644 --- a/eclass/l10n.eclass +++ b/eclass/l10n.eclass @@ -112,5 +112,4 @@ l10n_get_linguas_crosssection() { done xloc=3D${xloc:-$PLOCALE_BACKUP} printf "%s" "${xloc}" -# einfo "Selected locales are: ${xloc:-none}" }