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 E6EC1138359 for ; Sun, 25 Oct 2020 17:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 051A5E078A; Sun, 25 Oct 2020 17:08:52 +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 DB902E078A for ; Sun, 25 Oct 2020 17:08:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 011BE340C20 for ; Sun, 25 Oct 2020 17:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D2413AB for ; Sun, 25 Oct 2020 17:08:48 +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: <1603645646.f9b6dedccd92d42f526a74873d8f0da9a403f1b4.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rsync/rsync-3.2.3-r1.ebuild net-misc/rsync/rsync-9999.ebuild X-VCS-Directories: net-misc/rsync/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f9b6dedccd92d42f526a74873d8f0da9a403f1b4 X-VCS-Branch: master Date: Sun, 25 Oct 2020 17:08:48 +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: bb2c6126-61b3-4e8c-a13c-1c3b8960464c X-Archives-Hash: ccbba4178c5e07205b4ed2ef5195938c commit: f9b6dedccd92d42f526a74873d8f0da9a403f1b4 Author: Mike Gilbert gentoo org> AuthorDate: Sun Oct 25 17:07:26 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 25 17:07:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b6dedc net-misc/rsync: remove workaround for bug 421625 mkproto was rewritten in awk, so calling perl is no longer a concern. This may also resolve a parallel make race condition. Bug: https://bugs.gentoo.org/421625 Closes: https://bugs.gentoo.org/738606 Signed-off-by: Mike Gilbert gentoo.org> net-misc/rsync/rsync-3.2.3-r1.ebuild | 1 - net-misc/rsync/rsync-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-misc/rsync/rsync-3.2.3-r1.ebuild b/net-misc/rsync/rsync-3.2.3-r1.ebuild index 1d28b731fa4..def4e99c5ff 100644 --- a/net-misc/rsync/rsync-3.2.3-r1.ebuild +++ b/net-misc/rsync/rsync-3.2.3-r1.ebuild @@ -87,7 +87,6 @@ src_configure() { fi econf "${myeconfargs[@]}" - [[ "${PV}" == *9999 ]] || touch proto.h-tstamp #421625 } src_install() { diff --git a/net-misc/rsync/rsync-9999.ebuild b/net-misc/rsync/rsync-9999.ebuild index e2cd8e20135..8cc796e01d6 100644 --- a/net-misc/rsync/rsync-9999.ebuild +++ b/net-misc/rsync/rsync-9999.ebuild @@ -87,7 +87,6 @@ src_configure() { fi econf "${myeconfargs[@]}" - [[ "${PV}" == *9999 ]] || touch proto.h-tstamp #421625 } src_install() {