diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-04-13 21:07:23 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-04-13 21:07:23 +0200 |
commit | b11210e9c063a23f2e12ba3472d8ae5d387e46f1 (patch) | |
tree | 8f44cfdbe35035fc3f5d53c21f710efa1d490981 /net-analyzer/sslscan | |
parent | net-analyzer/authforce: amd64 stable wrt bug #681116 (diff) | |
download | gentoo-b11210e9c063a23f2e12ba3472d8ae5d387e46f1.tar.gz gentoo-b11210e9c063a23f2e12ba3472d8ae5d387e46f1.tar.bz2 gentoo-b11210e9c063a23f2e12ba3472d8ae5d387e46f1.zip |
net-analyzer/sslscan: amd64 stable wrt bug #682296
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'net-analyzer/sslscan')
-rw-r--r-- | net-analyzer/sslscan/sslscan-1.11.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/sslscan/sslscan-1.11.12.ebuild b/net-analyzer/sslscan/sslscan-1.11.12.ebuild index dc915652a7f7..8346fab8248a 100644 --- a/net-analyzer/sslscan/sslscan-1.11.12.ebuild +++ b/net-analyzer/sslscan/sslscan-1.11.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 )" |