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 E0B3B13865E for ; Fri, 21 Oct 2016 11:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B948E07F5; Fri, 21 Oct 2016 11:14:24 +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 F369CE07FC for ; Fri, 21 Oct 2016 11:14:23 +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 A53AB34166C for ; Fri, 21 Oct 2016 11:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3464244E for ; Fri, 21 Oct 2016 11:14:20 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1477048457.fcf8941dba0643ea4ab4b73f10a2cf2b484c61bc.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/automake/automake-1.11.6-r1.ebuild sys-devel/automake/automake-1.11.6-r2.ebuild X-VCS-Directories: sys-devel/automake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: fcf8941dba0643ea4ab4b73f10a2cf2b484c61bc X-VCS-Branch: master Date: Fri, 21 Oct 2016 11:14:20 +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: 45ed218f-fff9-43d9-afb0-78273f2757d8 X-Archives-Hash: 98987a965f6ea371d7ede31124538e6b commit: fcf8941dba0643ea4ab4b73f10a2cf2b484c61bc Author: Lars Wendler gentoo org> AuthorDate: Fri Oct 21 11:14:04 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 21 11:14:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf8941d sys-devel/automake: Don't re-generate info pages (bug #589138). Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler gentoo.org> sys-devel/automake/automake-1.11.6-r1.ebuild | 1 + sys-devel/automake/automake-1.11.6-r2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-devel/automake/automake-1.11.6-r1.ebuild b/sys-devel/automake/automake-1.11.6-r1.ebuild index ffbf60d..07deb2c 100644 --- a/sys-devel/automake/automake-1.11.6-r1.ebuild +++ b/sys-devel/automake/automake-1.11.6-r1.ebuild @@ -28,6 +28,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.10-perl-5.16.patch #424453 chmod a+rx tests/*.test sed -i -e "/APIVERSION=/s:=.*:=${SLOT}:" configure || die + export TZ="UTC" #589138 } src_configure() { diff --git a/sys-devel/automake/automake-1.11.6-r2.ebuild b/sys-devel/automake/automake-1.11.6-r2.ebuild index 0a179c2..87a864b 100644 --- a/sys-devel/automake/automake-1.11.6-r2.ebuild +++ b/sys-devel/automake/automake-1.11.6-r2.ebuild @@ -30,6 +30,7 @@ src_prepare() { chmod a+rx tests/*.test export HELP2MAN=true sed -i -e "/APIVERSION=/s:=.*:=${SLOT}:" configure || die + export TZ="UTC" #589138 } src_configure() {