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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FD7F15800A for ; Sun, 6 Aug 2023 10:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74D5F2BC017; Sun, 6 Aug 2023 10:17:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6135F2BC017 for ; Sun, 6 Aug 2023 10:17:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3D0C340E92 for ; Sun, 6 Aug 2023 10:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DDB8E8F for ; Sun, 6 Aug 2023 10:17:13 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1691317003.11d91eec8073b98400a7b65a38627e02f10b992b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/socat/socat-1.7.4.4-r1.ebuild X-VCS-Directories: net-misc/socat/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 11d91eec8073b98400a7b65a38627e02f10b992b X-VCS-Branch: master Date: Sun, 6 Aug 2023 10:17:13 +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: 927074be-434b-4e3e-8bfc-7876bcaed458 X-Archives-Hash: 1cbd25717f1cc49613f1aa77a4629e83 commit: 11d91eec8073b98400a7b65a38627e02f10b992b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 6 10:16:43 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 6 10:16:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d91eec net-misc/socat: require openssl 3 for license reasons Signed-off-by: Andreas K. Hüttel gentoo.org> net-misc/socat/socat-1.7.4.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/socat/socat-1.7.4.4-r1.ebuild b/net-misc/socat/socat-1.7.4.4-r1.ebuild index d9df4957fc55..56c0a04850d6 100644 --- a/net-misc/socat/socat-1.7.4.4-r1.ebuild +++ b/net-misc/socat/socat-1.7.4.4-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="ipv6 readline ssl tcpd" -DEPEND="ssl? ( dev-libs/openssl:0= ) +DEPEND="ssl? ( >=dev-libs/openssl-3:0= ) readline? ( sys-libs/readline:= ) tcpd? ( sys-apps/tcp-wrappers )" RDEPEND="${DEPEND}"