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 14D10158090 for ; Fri, 27 May 2022 06:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6778E081A; Fri, 27 May 2022 06:53:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9B45AE081A for ; Fri, 27 May 2022 06:53:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 911BD34132F for ; Fri, 27 May 2022 06:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6DD64C8 for ; Fri, 27 May 2022 06:53:14 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1653634390.467d5f985d85bcbc99e06c53cfc16816d13daefd.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslsplit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sslsplit/sslsplit-0.5.5.ebuild net-analyzer/sslsplit/sslsplit-9999.ebuild X-VCS-Directories: net-analyzer/sslsplit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 467d5f985d85bcbc99e06c53cfc16816d13daefd X-VCS-Branch: master Date: Fri, 27 May 2022 06:53:14 +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: 517d2275-66b7-446a-abd5-a478e5eb78b2 X-Archives-Hash: 97a2aaa42aa17418efb02fd625c72368 commit: 467d5f985d85bcbc99e06c53cfc16816d13daefd Author: Joonas Niilola gentoo org> AuthorDate: Fri May 27 06:48:11 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri May 27 06:53:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467d5f98 net-analyzer/sslsplit: add subslot binder against libevent Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/sslsplit/sslsplit-0.5.5.ebuild | 2 +- net-analyzer/sslsplit/sslsplit-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild index 7d9691cbbcef..f156e951d876 100644 --- a/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild +++ b/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild @@ -23,7 +23,7 @@ else fi RDEPEND=" - dev-libs/libevent[ssl,threads] + dev-libs/libevent:=[ssl,threads] dev-libs/openssl:0= net-libs/libnet:1.1 net-libs/libpcap diff --git a/net-analyzer/sslsplit/sslsplit-9999.ebuild b/net-analyzer/sslsplit/sslsplit-9999.ebuild index c6f530a49947..17ad8b68ff9c 100644 --- a/net-analyzer/sslsplit/sslsplit-9999.ebuild +++ b/net-analyzer/sslsplit/sslsplit-9999.ebuild @@ -23,7 +23,7 @@ else fi RDEPEND=" - dev-libs/libevent[ssl,threads] + dev-libs/libevent:=[ssl,threads] dev-libs/openssl:0= net-libs/libnet:1.1 net-libs/libpcap