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 7EE28158092 for ; Wed, 15 Sep 2021 16:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E6DE0824; Wed, 15 Sep 2021 16:00:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 110B5E0824 for ; Wed, 15 Sep 2021 16:00:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AFD7342BC4 for ; Wed, 15 Sep 2021 16:00:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 047E5BE for ; Wed, 15 Sep 2021 16:00:26 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1631721524.522cd6e89adee59ada33211f90ef0473d7a6aa0c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwids/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwids/hwids-99999999.ebuild X-VCS-Directories: sys-apps/hwids/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 522cd6e89adee59ada33211f90ef0473d7a6aa0c X-VCS-Branch: master Date: Wed, 15 Sep 2021 16:00:26 +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: 70814a46-f56d-40c8-b210-a891250e2d3d X-Archives-Hash: 4e17aeaeca6a4ccf084e4bf36f97ede2 commit: 522cd6e89adee59ada33211f90ef0473d7a6aa0c Author: Mike Gilbert gentoo org> AuthorDate: Wed Sep 15 15:58:44 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Sep 15 15:58:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522cd6e8 sys-apps/hwids: restore mtime before calling make fetch Closes: https://bugs.gentoo.org/813219 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/hwids/hwids-99999999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-apps/hwids/hwids-99999999.ebuild b/sys-apps/hwids/hwids-99999999.ebuild index 2f0cac8f8f5..8c09f82f4f2 100644 --- a/sys-apps/hwids/hwids-99999999.ebuild +++ b/sys-apps/hwids/hwids-99999999.ebuild @@ -28,6 +28,7 @@ RDEPEND=" if [[ ${PV} == 99999999 ]]; then BDEPEND=" + dev-vcs/git-tools net-misc/curl udev? ( $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]') ) " @@ -48,6 +49,7 @@ src_unpack() { if [[ ${PV} == 99999999 ]]; then git-r3_src_unpack cd "${S}" || die + git-restore-mtime || die emake fetch else default