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 8AD731382C5 for ; Tue, 12 May 2020 04:23:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48B80E08FF; Tue, 12 May 2020 04:23:09 +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 2C246E08FF for ; Tue, 12 May 2020 04:23:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1EB8334FDD4 for ; Tue, 12 May 2020 04:23:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4712823F for ; Tue, 12 May 2020 04:23:04 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1589257166.faf329009b4df7d2f4c02f9745ea345301e6aeeb.dilfridge@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen X-VCS-Directories: / X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: faf329009b4df7d2f4c02f9745ea345301e6aeeb X-VCS-Branch: master Date: Tue, 12 May 2020 04:23:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 311a92eb-61b8-48ab-872d-6c7beb79f904 X-Archives-Hash: 9e2191ce72de2660987355c39d8a10b4 commit: faf329009b4df7d2f4c02f9745ea345301e6aeeb Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Dec 14 19:43:04 2018 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue May 12 04:19:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=faf32900 locale-gen: remove --force option from localedef call Originally 9231f507d365b6d81ccae618aaeca27076b92164, gentoo/glibc-9999-15 Signed-off-by: Andreas K. Hüttel gentoo.org> locale-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale-gen b/locale-gen index bfbd505..8afb5d1 100755 --- a/locale-gen +++ b/locale-gen @@ -61,7 +61,7 @@ show_version() { -LOCALEDEF_OPTS="-c" +LOCALEDEF_OPTS="" KEEP="" DESTDIR="" CONFIG=""