From f15cf6e69faa0010c6fee35a3d1be442cd55a2d7 Mon Sep 17 00:00:00 2001 From: stefson Date: Sun, 17 Jun 2018 11:23:52 +0200 Subject: fix some more QA problems --- net-misc/openssh/openssh-7.7_p1-r4.ebuild | 2 +- net-misc/rsync/rsync-3.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-misc') diff --git a/net-misc/openssh/openssh-7.7_p1-r4.ebuild b/net-misc/openssh/openssh-7.7_p1-r4.ebuild index e91ac97f..87481d68 100644 --- a/net-misc/openssh/openssh-7.7_p1-r4.ebuild +++ b/net-misc/openssh/openssh-7.7_p1-r4.ebuild @@ -191,7 +191,7 @@ src_prepare() { einfo "Disabling known non-working MT AES cipher per default ..." cat > "${T}"/disable_mtaes.conf <<- EOF - + # HPN's Multi-Threaded AES CTR cipher is currently known to be broken # and therefore disabled per default. DisableMTAES yes diff --git a/net-misc/rsync/rsync-3.1.3.ebuild b/net-misc/rsync/rsync-3.1.3.ebuild index b4a9c2da..fff937cf 100644 --- a/net-misc/rsync/rsync-3.1.3.ebuild +++ b/net-misc/rsync/rsync-3.1.3.ebuild @@ -24,7 +24,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} )" -PATCHES=( +PATCHES=( "${FILESDIR}"/${PN}-fix-musl-ipv6.patch ) -- cgit v1.2.3-65-gdbad