diff options
author | 2021-07-13 15:14:17 +1000 | |
---|---|---|
committer | 2021-07-16 09:15:54 +0800 | |
commit | a7c163a966ec817a17fe8ae740ef50981015b8a8 (patch) | |
tree | 7f970d8bcf9a7c19a2e822829468c5c30ccd5039 /net-analyzer/scanssh | |
parent | dev-libs/libdnet: add ~riscv keyword (diff) | |
download | gentoo-a7c163a966ec817a17fe8ae740ef50981015b8a8.tar.gz gentoo-a7c163a966ec817a17fe8ae740ef50981015b8a8.tar.bz2 gentoo-a7c163a966ec817a17fe8ae740ef50981015b8a8.zip |
net-analyzer/scanssh: add ~riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-analyzer/scanssh')
-rw-r--r-- | net-analyzer/scanssh/scanssh-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/scanssh/scanssh-2.1.2.ebuild b/net-analyzer/scanssh/scanssh-2.1.2.ebuild index 54e673333041..02520623012d 100644 --- a/net-analyzer/scanssh/scanssh-2.1.2.ebuild +++ b/net-analyzer/scanssh/scanssh-2.1.2.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 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/ofalk/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~hppa ppc ~ppc64 ~riscv sparc x86" DEPEND=" dev-libs/libdnet |