commit:     1c3bbbf6d7dee9d7916d0a72030694ffed58517c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 18:02:04 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 18:19:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3bbbf6

net-misc/rsync: drop obsolete IPv6 quirk for musl

Closes: https://bugs.gentoo.org/779988
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/rsync/rsync-3.2.5.ebuild | 4 ----
 net-misc/rsync/rsync-9999.ebuild  | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/net-misc/rsync/rsync-3.2.5.ebuild 
b/net-misc/rsync/rsync-3.2.5.ebuild
index b98126e7a197..ab9d689fb713 100644
--- a/net-misc/rsync/rsync-3.2.5.ebuild
+++ b/net-misc/rsync/rsync-3.2.5.ebuild
@@ -78,10 +78,6 @@ src_prepare() {
 }
 
 src_configure() {
-       # Force enable IPv6 on musl - upstream bug:
-       # https://bugzilla.samba.org/show_bug.cgi?id=10715
-       use elibc_musl && append-cppflags -DINET6
-
        local myeconfargs=(
                --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
                --without-included-popt

diff --git a/net-misc/rsync/rsync-9999.ebuild b/net-misc/rsync/rsync-9999.ebuild
index b98126e7a197..ab9d689fb713 100644
--- a/net-misc/rsync/rsync-9999.ebuild
+++ b/net-misc/rsync/rsync-9999.ebuild
@@ -78,10 +78,6 @@ src_prepare() {
 }
 
 src_configure() {
-       # Force enable IPv6 on musl - upstream bug:
-       # https://bugzilla.samba.org/show_bug.cgi?id=10715
-       use elibc_musl && append-cppflags -DINET6
-
        local myeconfargs=(
                --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
                --without-included-popt

Reply via email to