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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57094158086 for ; Sat, 18 Dec 2021 21:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5208E07B2; Sat, 18 Dec 2021 21:58:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DB96E07B2 for ; Sat, 18 Dec 2021 21:58:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6419343257 for ; Sat, 18 Dec 2021 21:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 508D2219 for ; Sat, 18 Dec 2021 21:58:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639864682.062a9fcfe09a224f74aed0d86598a4da9bfefc95.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.34-r4.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 062a9fcfe09a224f74aed0d86598a4da9bfefc95 X-VCS-Branch: master Date: Sat, 18 Dec 2021 21:58:27 +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: d0484c34-277e-4ec8-814c-52036333a091 X-Archives-Hash: a36a5eca01d98f0b67007c693b35b520 commit: 062a9fcfe09a224f74aed0d86598a4da9bfefc95 Author: Sam James gentoo org> AuthorDate: Sat Dec 18 21:58:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 18 21:58:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062a9fcf sys-libs/glibc: filter-lfs-flags now does TIME_BITS too toolchain-funcs.eclass patch was just pushed. Bug: https://bugs.gentoo.org/829583 Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-2.34-r4.ebuild | 1 - sys-libs/glibc/glibc-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-libs/glibc/glibc-2.34-r4.ebuild b/sys-libs/glibc/glibc-2.34-r4.ebuild index ee3c1a744ba7..2a827a3494aa 100644 --- a/sys-libs/glibc/glibc-2.34-r4.ebuild +++ b/sys-libs/glibc/glibc-2.34-r4.ebuild @@ -425,7 +425,6 @@ setup_flags() { # #829583 filter-lfs-flags - filter-flags -D_TIME_BITS=64 unset CBUILD_OPT CTARGET_OPT if use multilib ; then diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index a9caa901cd6f..2cb4bf86808c 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -417,7 +417,6 @@ setup_flags() { # #829583 filter-lfs-flags - filter-flags -D_TIME_BITS=64 unset CBUILD_OPT CTARGET_OPT if use multilib ; then