From 1c3bbbf6d7dee9d7916d0a72030694ffed58517c Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 15 Aug 2022 19:02:04 +0100 Subject: net-misc/rsync: drop obsolete IPv6 quirk for musl Closes: https://bugs.gentoo.org/779988 Signed-off-by: Sam James --- net-misc/rsync/rsync-3.2.5.ebuild | 4 ---- net-misc/rsync/rsync-9999.ebuild | 4 ---- 2 files changed, 8 deletions(-) (limited to 'net-misc/rsync') 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 -- cgit v1.2.3-65-gdbad