diff options
author | Sam James <sam@gentoo.org> | 2023-01-30 03:27:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-30 03:27:38 +0000 |
commit | 222361d448b91947a2064817f4b50b93cc36752e (patch) | |
tree | c5a8740fde22d1a7ac84a617a6fec18b5b145c46 /net-analyzer/sslsplit | |
parent | dev-python/yara-python: Keyword 4.2.3 arm64, #892543 (diff) | |
download | gentoo-222361d448b91947a2064817f4b50b93cc36752e.tar.gz gentoo-222361d448b91947a2064817f4b50b93cc36752e.tar.bz2 gentoo-222361d448b91947a2064817f4b50b93cc36752e.zip |
net-analyzer/sslsplit: Keyword 0.5.5 arm64, #892545
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/sslsplit')
-rw-r--r-- | net-analyzer/sslsplit/sslsplit-0.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild index 9295120f10b3..98c7f776ee00 100644 --- a/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild +++ b/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_BRANCH="develop" else SRC_URI="https://github.com/droe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi RDEPEND=" |