commit:     f9b6dedccd92d42f526a74873d8f0da9a403f1b4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 17:07:26 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> 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 <floppym <AT> 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() {

Reply via email to