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 44783139085 for ; Tue, 17 Jan 2017 04:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CEC8E0F59; Tue, 17 Jan 2017 04:33:42 +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 3EBDCE0F59 for ; Tue, 17 Jan 2017 04:33:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 574443411B5 for ; Tue, 17 Jan 2017 04:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD2A2861 for ; Tue, 17 Jan 2017 04:33:39 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1484627603.087293eab25d360c90785c14e4701b2add653d5f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.3.0.ebuild media-libs/libvpx/libvpx-1.4.0.ebuild media-libs/libvpx/libvpx-1.5.0.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 087293eab25d360c90785c14e4701b2add653d5f X-VCS-Branch: master Date: Tue, 17 Jan 2017 04:33: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: 11f66e27-4217-4f16-ac34-398204ae04f8 X-Archives-Hash: 67ae394d9248f78d4b8d3604c8f7182b commit: 087293eab25d360c90785c14e4701b2add653d5f Author: Mike Gilbert gentoo org> AuthorDate: Tue Jan 17 04:33:23 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jan 17 04:33:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087293ea media-libs/libvpx: set LC_COLLATE=C Bug: https://bugs.gentoo.org/569146 Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25 media-libs/libvpx/libvpx-1.3.0.ebuild | 5 ++++- media-libs/libvpx/libvpx-1.4.0.ebuild | 5 ++++- media-libs/libvpx/libvpx-1.5.0.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/media-libs/libvpx/libvpx-1.3.0.ebuild b/media-libs/libvpx/libvpx-1.3.0.ebuild index 1685bf1..cfbc122 100644 --- a/media-libs/libvpx/libvpx-1.3.0.ebuild +++ b/media-libs/libvpx/libvpx-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -84,6 +84,9 @@ multilib_src_configure() { myconf+=" --disable-examples --disable-install-docs --disable-docs" fi + # https://bugs.gentoo.org/569146 + export LC_COLLATE=C + # #498364: sse doesn't work without sse2 enabled, "${S}/configure" \ --prefix="${EPREFIX}"/usr \ diff --git a/media-libs/libvpx/libvpx-1.4.0.ebuild b/media-libs/libvpx/libvpx-1.4.0.ebuild index bd9994b..0a31909 100644 --- a/media-libs/libvpx/libvpx-1.4.0.ebuild +++ b/media-libs/libvpx/libvpx-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -82,6 +82,9 @@ multilib_src_configure() { myconf+=" --disable-examples --disable-install-docs --disable-docs" fi + # https://bugs.gentoo.org/569146 + export LC_COLLATE=C + # #498364: sse doesn't work without sse2 enabled, "${S}/configure" \ --prefix="${EPREFIX}"/usr \ diff --git a/media-libs/libvpx/libvpx-1.5.0.ebuild b/media-libs/libvpx/libvpx-1.5.0.ebuild index bfc4148..f82f146 100644 --- a/media-libs/libvpx/libvpx-1.5.0.ebuild +++ b/media-libs/libvpx/libvpx-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -82,6 +82,9 @@ multilib_src_configure() { myconf+=" --disable-examples --disable-install-docs --disable-docs" fi + # https://bugs.gentoo.org/569146 + export LC_COLLATE=C + # #498364: sse doesn't work without sse2 enabled, "${S}/configure" \ --prefix="${EPREFIX}"/usr \