From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-868278-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id CF10F59CA3
	for <garchives@archives.gentoo.org>; Mon,  7 Mar 2016 18:57:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0346D21C006;
	Mon,  7 Mar 2016 18:57:56 +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 99C2A21C006
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Mar 2016 18:57:55 +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 6E5EC3408E5
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Mar 2016 18:57:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F19B01607
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Mar 2016 18:57:51 +0000 (UTC)
From: "Mike Frysinger" <vapier@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, "Mike Frysinger" <vapier@gentoo.org>
Message-ID: <1457377041.fb80fc27fadf0c6c44f1ce34b1bd34f347e43eb1.vapier@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-2016a.ebuild
X-VCS-Directories: sys-libs/timezone-data/
X-VCS-Committer: vapier
X-VCS-Committer-Name: Mike Frysinger
X-VCS-Revision: fb80fc27fadf0c6c44f1ce34b1bd34f347e43eb1
X-VCS-Branch: master
Date: Mon,  7 Mar 2016 18:57:51 +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-Archives-Salt: ac64c850-ca47-4295-9d42-8f735cc72ae0
X-Archives-Hash: 16867e47074ab521e8a871fe789a6642

commit:     fb80fc27fadf0c6c44f1ce34b1bd34f347e43eb1
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 18:57:21 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 18:57:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb80fc27

sys-libs/timezone-data: build w/LFS settings #471102

 sys-libs/timezone-data/timezone-data-2016a.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/timezone-data/timezone-data-2016a.ebuild b/sys-libs/timezone-data/timezone-data-2016a.ebuild
index 9c7623b..822ec69 100644
--- a/sys-libs/timezone-data/timezone-data-2016a.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2016a.ebuild
@@ -37,6 +37,7 @@ _emake() {
 src_compile() {
 	local LDLIBS
 	tc-export CC
+	append-lfs-flags #471102
 	if use elibc_FreeBSD || use elibc_Darwin ; then
 		append-cppflags -DSTD_INSPIRED #138251
 	fi