From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1354766-garchives=archives.gentoo.org@lists.gentoo.org> 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 2F0E2158086 for <garchives@archives.gentoo.org>; Sun, 2 Jan 2022 17:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 713A82BC079; Sun, 2 Jan 2022 17:49:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3B86F2BC074 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 17:49:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE1E934310A for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 17:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99241296 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Jan 2022 17:49:35 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1641145745.f76dbf51cb2aa6234687820009ab98fb02571662.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/timezone-data/timezone-data-2021a-r1.ebuild sys-libs/timezone-data/timezone-data-2021e.ebuild X-VCS-Directories: sys-libs/timezone-data/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f76dbf51cb2aa6234687820009ab98fb02571662 X-VCS-Branch: master Date: Sun, 2 Jan 2022 17:49:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad271b46-946e-4959-a0f7-d554da747a4e X-Archives-Hash: 6d65ddd12a069d7787d93b131d7ee7ee commit: f76dbf51cb2aa6234687820009ab98fb02571662 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Jan 2 17:49:05 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jan 2 17:49:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76dbf51 sys-libs/timezone-data: remove freebsd-libc Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-libs/timezone-data/timezone-data-2021a-r1.ebuild | 6 +++--- sys-libs/timezone-data/timezone-data-2021e.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild b/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild index b6782069d7c5..0569f80588bc 100644 --- a/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild +++ b/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -15,7 +15,7 @@ SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t LICENSE="BSD public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="nls leaps-timezone elibc_FreeBSD zic-slim" +IUSE="nls leaps-timezone zic-slim" DEPEND="nls? ( virtual/libintl )" RDEPEND="${DEPEND} @@ -41,7 +41,7 @@ src_configure() { append-lfs-flags #471102 - if use elibc_FreeBSD || use elibc_Darwin ; then + if use elibc_Darwin ; then append-cppflags -DSTD_INSPIRED #138251 fi diff --git a/sys-libs/timezone-data/timezone-data-2021e.ebuild b/sys-libs/timezone-data/timezone-data-2021e.ebuild index 6ff8d12c3bb9..656c7f532b86 100644 --- a/sys-libs/timezone-data/timezone-data-2021e.ebuild +++ b/sys-libs/timezone-data/timezone-data-2021e.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -15,7 +15,7 @@ SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t LICENSE="BSD public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="nls leaps-timezone elibc_FreeBSD zic-slim" +IUSE="nls leaps-timezone zic-slim" DEPEND="nls? ( virtual/libintl )" RDEPEND="${DEPEND} @@ -41,7 +41,7 @@ src_configure() { append-lfs-flags #471102 - if use elibc_FreeBSD || use elibc_Darwin ; then + if use elibc_Darwin ; then append-cppflags -DSTD_INSPIRED #138251 fi