diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:34:18 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:35:12 +0100 |
commit | 3336abb2795402affc3d071a30f18b324eea3dbd (patch) | |
tree | d86a28b481c89db035637f0a580132aec4891427 /net-analyzer/nikto | |
parent | net-analyzer/netselect: drop x86-macos (diff) | |
download | gentoo-3336abb2795402affc3d071a30f18b324eea3dbd.tar.gz gentoo-3336abb2795402affc3d071a30f18b324eea3dbd.tar.bz2 gentoo-3336abb2795402affc3d071a30f18b324eea3dbd.zip |
net-analyzer/nikto: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild b/net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild index 5d64088ea896..1a807b7834ea 100644 --- a/net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild +++ b/net-analyzer/nikto/nikto-2.1.6_p20200901.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sullo/nikto/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" # nikto provides its own libwhisker, do no use net-libs/libwhisker[ssl] # https://bugs.gentoo.org/533900 |