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 743FC1382C5 for ; Tue, 25 May 2021 17:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 502AAE077D; Tue, 25 May 2021 17:24:00 +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 38788E077D for ; Tue, 25 May 2021 17:24:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D9BE333BF08 for ; Tue, 25 May 2021 17:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 372CB795 for ; Tue, 25 May 2021 17:23:57 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1621963224.75e23d775b547c2ce76a8f11583d041d8bd7aa9e.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: net-misc/rsync/ X-VCS-Repository: proj/musl X-VCS-Files: net-misc/rsync/rsync-3.2.3-r2.ebuild X-VCS-Directories: net-misc/rsync/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 75e23d775b547c2ce76a8f11583d041d8bd7aa9e X-VCS-Branch: master Date: Tue, 25 May 2021 17:23:57 +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: b03c158d-f6c9-4847-90a6-3d57a3a9bc57 X-Archives-Hash: 21301c909456d729f44b772741fca2f2 commit: 75e23d775b547c2ce76a8f11583d041d8bd7aa9e Author: Jory Pratt gentoo org> AuthorDate: Tue May 25 17:20:24 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue May 25 17:20:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=75e23d77 net-misc/rsync: remove libressl support Package-Manager: Portage-3.0.19, Repoman-3.0.2 Signed-off-by: Jory Pratt gentoo.org> net-misc/rsync/rsync-3.2.3-r2.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-misc/rsync/rsync-3.2.3-r2.ebuild b/net-misc/rsync/rsync-3.2.3-r2.ebuild index dfe4805..0f4ee6b 100644 --- a/net-misc/rsync/rsync-3.2.3-r2.ebuild +++ b/net-misc/rsync/rsync-3.2.3-r2.ebuild @@ -25,15 +25,12 @@ fi LICENSE="GPL-3" SLOT="0" IUSE_CPU_FLAGS_X86=" sse2" -IUSE="acl examples iconv ipv6 libressl lz4 ssl stunnel system-zlib xattr xxhash zstd" +IUSE="acl examples iconv ipv6 lz4 ssl stunnel system-zlib xattr xxhash zstd" IUSE+=" ${IUSE_CPU_FLAGS_X86// / cpu_flags_x86_}" RDEPEND="acl? ( virtual/acl ) lz4? ( app-arch/lz4 ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( dev-libs/xxhash )