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 874FA138010 for ; Thu, 6 Sep 2012 05:29:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 713E5E04D2; Thu, 6 Sep 2012 05:29:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 440ADE04D2 for ; Thu, 6 Sep 2012 05:29:00 +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 7F44B33D738 for ; Thu, 6 Sep 2012 05:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 37DBDE543D for ; Thu, 6 Sep 2012 05:28:58 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1346909216.8aad7d8e632ee9941e345eaeb44b647f153d2f5c.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/glib-networking/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/glib-networking/glib-networking-2.33.12.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 8aad7d8e632ee9941e345eaeb44b647f153d2f5c X-VCS-Branch: master Date: Thu, 6 Sep 2012 05:28:58 +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: 71c28832-2712-4a66-a906-8c0738b07b3e X-Archives-Hash: 22d05a8183b2b1055f5e2c148db743ea commit: 8aad7d8e632ee9941e345eaeb44b647f153d2f5c Author: Priit Laes plaes org> AuthorDate: Thu Sep 6 05:26:56 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Thu Sep 6 05:26:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8aad7d8e net-libs/glib-networking: Set C locale, when doing A-Z range checks Otherwise we might get weird results on different locales (et_EE) --- .../glib-networking/glib-networking-2.33.12.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net-libs/glib-networking/glib-networking-2.33.12.ebuild b/net-libs/glib-networking/glib-networking-2.33.12.ebuild index 63c5f8a..237142b 100644 --- a/net-libs/glib-networking/glib-networking-2.33.12.ebuild +++ b/net-libs/glib-networking/glib-networking-2.33.12.ebuild @@ -57,7 +57,7 @@ src_prepare() { if [[ ${PV} != 9999 ]]; then # Drop DEPRECATED flags - sed -e 's:-D[A-Z_]*DISABLE_DEPRECATED *\\:\\:g' \ + LC_ALL=C sed -e 's:-D[A-Z_]*DISABLE_DEPRECATED *\\:\\:g' \ -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ -i Makefile.{decl,in} \ proxy/gnome/Makefile.in \