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 733C21382C5 for ; Wed, 14 Mar 2018 22:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A488FE082D; Wed, 14 Mar 2018 22:48:32 +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 7E872E082D for ; Wed, 14 Mar 2018 22:48:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0CB6C335C8F for ; Wed, 14 Mar 2018 22:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D05D1EF for ; Wed, 14 Mar 2018 22:48:28 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1521067667.e0878ef31bfa691c5d0bb46331b7ac477ce9ec56.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/zoneminder/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/zoneminder/zoneminder-1.30.4.ebuild X-VCS-Directories: www-misc/zoneminder/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e0878ef31bfa691c5d0bb46331b7ac477ce9ec56 X-VCS-Branch: master Date: Wed, 14 Mar 2018 22:48:28 +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: 3ac33439-5180-4c4e-a671-8620ffd1590b X-Archives-Hash: 64654e1d26dbe8255967f95950a13b6f commit: e0878ef31bfa691c5d0bb46331b7ac477ce9ec56 Author: Kent Fredric gentoo org> AuthorDate: Wed Mar 14 05:24:55 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Mar 14 22:47:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0878ef3 www-misc/zoneminder: Fix build failure w/ TZ=factory bug #630470 Acked-By: dilfridge Closes: https://bugs.gentoo.org/630470 Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-misc/zoneminder/zoneminder-1.30.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-misc/zoneminder/zoneminder-1.30.4.ebuild b/www-misc/zoneminder/zoneminder-1.30.4.ebuild index 12ed2a18ac9..1d8a7f29939 100644 --- a/www-misc/zoneminder/zoneminder-1.30.4.ebuild +++ b/www-misc/zoneminder/zoneminder-1.30.4.ebuild @@ -100,7 +100,7 @@ src_prepare() { src_configure() { append-cxxflags -D__STDC_CONSTANT_MACROS perl_set_version - + export TZ=UTC # bug 630470 mycmakeargs=( -DZM_PERL_SUBPREFIX=${VENDOR_LIB#/usr} -DZM_TMPDIR=/var/tmp/zm