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 255261382C5 for ; Wed, 17 Mar 2021 00:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48A32E07B3; Wed, 17 Mar 2021 00:15:27 +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 9F58DE07B3 for ; Wed, 17 Mar 2021 00:15:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7D1A2340E96 for ; Wed, 17 Mar 2021 00:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A11FA5B6 for ; Wed, 17 Mar 2021 00:15:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615940110.7f45254f083ec6d66c62d554198d449ea52e3420.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ssldump/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ssldump/ssldump-1.3-r1.ebuild net-analyzer/ssldump/ssldump-1.3.ebuild X-VCS-Directories: net-analyzer/ssldump/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f45254f083ec6d66c62d554198d449ea52e3420 X-VCS-Branch: master Date: Wed, 17 Mar 2021 00:15:23 +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: 2b2003a1-1f15-4d1c-8023-54d45ed9299d X-Archives-Hash: c8b312fea486516f696dda9a76259fb9 commit: 7f45254f083ec6d66c62d554198d449ea52e3420 Author: Sam James gentoo org> AuthorDate: Wed Mar 17 00:14:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 17 00:15:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f45254f net-analyzer/ssldump: drop USE=ssl (default to on) in 1.3 Upstream removed the toggle and I don't see the point in restoring it(?) Signed-off-by: Sam James gentoo.org> net-analyzer/ssldump/{ssldump-1.3.ebuild => ssldump-1.3-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-analyzer/ssldump/ssldump-1.3.ebuild b/net-analyzer/ssldump/ssldump-1.3-r1.ebuild similarity index 93% rename from net-analyzer/ssldump/ssldump-1.3.ebuild rename to net-analyzer/ssldump/ssldump-1.3-r1.ebuild index 65ef0419b68..ddd41125cef 100644 --- a/net-analyzer/ssldump/ssldump-1.3.ebuild +++ b/net-analyzer/ssldump/ssldump-1.3-r1.ebuild @@ -12,13 +12,12 @@ SRC_URI="https://github.com/adulau/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="openssl" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="ssl" RDEPEND=" dev-libs/json-c:= net-libs/libnet:1.1 net-libs/libpcap - ssl? ( >=dev-libs/openssl-1:0= ) + >=dev-libs/openssl-1:0= " DEPEND="${RDEPEND}"