From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D8DD1388C1 for ; Fri, 4 Mar 2016 16:16:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1A74E0848; Fri, 4 Mar 2016 16:16:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39E24E0848 for ; Fri, 4 Mar 2016 16:16:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3CBE340B6E for ; Fri, 4 Mar 2016 16:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9631A1606 for ; Fri, 4 Mar 2016 16:16:29 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1457108198.e377c3f1d8bf8ffae37858f5a133f4a9cbda3429.zx2c4@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.3-r1.ebuild net-analyzer/sslscan/sslscan-1.11.3.ebuild X-VCS-Directories: net-analyzer/sslscan/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: e377c3f1d8bf8ffae37858f5a133f4a9cbda3429 X-VCS-Branch: master Date: Fri, 4 Mar 2016 16:16:29 +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: 118eb61c-4efd-4652-8246-5060b0f5643a X-Archives-Hash: cad26dcf113e487a22a7af12e7584e35 commit: e377c3f1d8bf8ffae37858f5a133f4a9cbda3429 Author: Jason A. Donenfeld gentoo org> AuthorDate: Fri Mar 4 16:15:49 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Fri Mar 4 16:16:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e377c3f1 net-analyzer/sslscan: stable version .../sslscan/{sslscan-1.11.3.ebuild => sslscan-1.11.3-r1.ebuild} | 0 net-analyzer/sslscan/sslscan-1.11.3.ebuild | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/sslscan/sslscan-1.11.3.ebuild b/net-analyzer/sslscan/sslscan-1.11.3-r1.ebuild similarity index 100% copy from net-analyzer/sslscan/sslscan-1.11.3.ebuild copy to net-analyzer/sslscan/sslscan-1.11.3-r1.ebuild diff --git a/net-analyzer/sslscan/sslscan-1.11.3.ebuild b/net-analyzer/sslscan/sslscan-1.11.3.ebuild index b44f183..a7cef35 100644 --- a/net-analyzer/sslscan/sslscan-1.11.3.ebuild +++ b/net-analyzer/sslscan/sslscan-1.11.3.ebuild @@ -13,12 +13,12 @@ SRC_URI="https://github.com/${MY_FORK}/${PN}/archive/${PV}-${MY_FORK}.tar.gz -> LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl" +KEYWORDS="amd64 x86" +IUSE="" # Depend on -bindist since sslscan unconditionally requires elliptic # curve support, bug 491102 -DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl )" +DEPEND="dev-libs/openssl:0[-bindist]" RDEPEND="${DEPEND}" S="${WORKDIR}/${P}-${MY_FORK}"