diff options
author | Sam James <sam@gentoo.org> | 2020-07-20 21:16:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-20 21:22:47 +0000 |
commit | 8d9cd0848d9658c8bebb42948e07a1761f696d48 (patch) | |
tree | b9e00b85df4f78f47486ca437bb487019306ca4f /net-analyzer/httping | |
parent | app-portage/portpeek: Performance optimizations (diff) | |
download | gentoo-8d9cd0848d9658c8bebb42948e07a1761f696d48.tar.gz gentoo-8d9cd0848d9658c8bebb42948e07a1761f696d48.tar.bz2 gentoo-8d9cd0848d9658c8bebb42948e07a1761f696d48.zip |
net-analyzer/httping: arm64 keyworded (bug #733292)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r-- | net-analyzer/httping/httping-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/httping/httping-2.5.ebuild b/net-analyzer/httping/httping-2.5.ebuild index 27dc3f021f52..4f2b970f4c7f 100644 --- a/net-analyzer/httping/httping-2.5.ebuild +++ b/net-analyzer/httping/httping-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ~mips ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm64 hppa ~mips ~ppc ppc64 ~sparc x86" IUSE="debug fftw libressl l10n_nl ncurses ssl +tfo" RDEPEND=" |