diff options
author | Sam James <sam@gentoo.org> | 2024-01-23 16:39:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-23 16:39:27 +0000 |
commit | 123a0b09390a329f68b35199509aa3ee2b34e5ef (patch) | |
tree | 8cd47198654f8afbe86ece2577db565a8244fdfb /net-analyzer/sslscan | |
parent | games-emulation/mgba: Stabilize 0.10.3 arm64, #922751 (diff) | |
download | gentoo-123a0b09390a329f68b35199509aa3ee2b34e5ef.tar.gz gentoo-123a0b09390a329f68b35199509aa3ee2b34e5ef.tar.bz2 gentoo-123a0b09390a329f68b35199509aa3ee2b34e5ef.zip |
net-analyzer/sslscan: Stabilize 2.1.2 amd64, #922767
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/sslscan')
-rw-r--r-- | net-analyzer/sslscan/sslscan-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/sslscan/sslscan-2.1.2.ebuild b/net-analyzer/sslscan/sslscan-2.1.2.ebuild index 759812d3a4e2..5d599980c0fe 100644 --- a/net-analyzer/sslscan/sslscan-2.1.2.ebuild +++ b/net-analyzer/sslscan/sslscan-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" # Requires a docker environment RESTRICT="test" |