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 8012E138359 for ; Fri, 9 Oct 2020 08:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF82EE0876; Fri, 9 Oct 2020 08:06:15 +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 C8D7BE0876 for ; Fri, 9 Oct 2020 08:06:15 +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 9A4A7340A03 for ; Fri, 9 Oct 2020 08:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4987C391 for ; Fri, 9 Oct 2020 08:06:12 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1602230763.c8bbbd51f5efb6094dc797ef32a4d9d97e94f597.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sslscan/sslscan-2.0.2-r1.ebuild X-VCS-Directories: net-analyzer/sslscan/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c8bbbd51f5efb6094dc797ef32a4d9d97e94f597 X-VCS-Branch: master Date: Fri, 9 Oct 2020 08:06:12 +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: eba2a0b0-2a8c-4eb8-9082-f055fd83b7fc X-Archives-Hash: 233ee776fe128938f9d4172d47cfd160 commit: c8bbbd51f5efb6094dc797ef32a4d9d97e94f597 Author: Hans de Graaff gentoo org> AuthorDate: Fri Oct 9 08:05:48 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Oct 9 08:06:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bbbd51 net-analyzer/sslscan: remove obsolete openssl dependency Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff gentoo.org> net-analyzer/sslscan/sslscan-2.0.2-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-analyzer/sslscan/sslscan-2.0.2-r1.ebuild b/net-analyzer/sslscan/sslscan-2.0.2-r1.ebuild index 3cb78b2be6d..b90f6d3563b 100644 --- a/net-analyzer/sslscan/sslscan-2.0.2-r1.ebuild +++ b/net-analyzer/sslscan/sslscan-2.0.2-r1.ebuild @@ -22,9 +22,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-libs/openssl:*" -RDEPEND="${DEPEND}" - # Requires a docker environment RESTRICT="test"