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 2B3C5138334 for ; Sat, 21 Jul 2018 04:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8F8DE080E; Sat, 21 Jul 2018 04:05:25 +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 A30DAE080E for ; Sat, 21 Jul 2018 04:05:25 +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 3F1FC335CCB for ; Sat, 21 Jul 2018 04:05:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12598379 for ; Sat, 21 Jul 2018 04:05:21 +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: <1532145361.8d30bbb0dae5af3d7b11f4f9f79792fa9dfa75d3.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-1.11.11.ebuild X-VCS-Directories: net-analyzer/sslscan/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8d30bbb0dae5af3d7b11f4f9f79792fa9dfa75d3 X-VCS-Branch: master Date: Sat, 21 Jul 2018 04:05:21 +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-Archives-Salt: 4358997e-4754-4b36-a95c-763d5dfbb624 X-Archives-Hash: 2de987c79b56d327f6f388adab3843e5 commit: 8d30bbb0dae5af3d7b11f4f9f79792fa9dfa75d3 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 21 03:56:01 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 21 03:56:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d30bbb0 net-analyzer/sslscan: amd64 stable, bug 661604 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-analyzer/sslscan/sslscan-1.11.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/sslscan/sslscan-1.11.11.ebuild b/net-analyzer/sslscan/sslscan-1.11.11.ebuild index cdd1e94fc96..3c2e05a3999 100644 --- a/net-analyzer/sslscan/sslscan-1.11.11.ebuild +++ b/net-analyzer/sslscan/sslscan-1.11.11.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${MY_FORK}/${PN}/archive/${PV}-${MY_FORK}.tar.gz -> LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="libressl +static" DEPEND="libressl? ( dev-libs/libressl )"