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 D1A01138334 for ; Sun, 12 May 2019 20:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A17AFE0894; Sun, 12 May 2019 20:56:47 +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 7C94EE088D for ; Sun, 12 May 2019 20:56:47 +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 41B82344193 for ; Sun, 12 May 2019 20:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70D6B5F6 for ; Sun, 12 May 2019 20:56:42 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1557694580.1a14c04340e27aabe5768f87455026c746d97949.whissi@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.12.ebuild X-VCS-Directories: net-analyzer/sslscan/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1a14c04340e27aabe5768f87455026c746d97949 X-VCS-Branch: master Date: Sun, 12 May 2019 20:56:42 +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: 0febc3f1-6c16-424f-9591-d1469dc18fcb X-Archives-Hash: 0a9db7068603e85b12e8d33bc7443e32 commit: 1a14c04340e27aabe5768f87455026c746d97949 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun May 12 20:34:03 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun May 12 20:56:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a14c043 net-analyzer/sslscan: x86 stable (bug #682296) Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> net-analyzer/sslscan/sslscan-1.11.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/sslscan/sslscan-1.11.12.ebuild b/net-analyzer/sslscan/sslscan-1.11.12.ebuild index 8346fab8248..6d30e8c8c25 100644 --- a/net-analyzer/sslscan/sslscan-1.11.12.ebuild +++ b/net-analyzer/sslscan/sslscan-1.11.12.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 )"