diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-08-29 15:33:54 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-29 16:48:18 +0800 |
commit | 7c718ebf0c2ed7a2c0f6c04f7bbcb82eaec39840 (patch) | |
tree | 71b317b0d751aab08bf07f8c667b39d1736cef13 /net-misc/autossh | |
parent | net-libs/dleyna-renderer: keyword 0.7.0 for ~riscv (diff) | |
download | gentoo-7c718ebf0c2ed7a2c0f6c04f7bbcb82eaec39840.tar.gz gentoo-7c718ebf0c2ed7a2c0f6c04f7bbcb82eaec39840.tar.bz2 gentoo-7c718ebf0c2ed7a2c0f6c04f7bbcb82eaec39840.zip |
net-misc/autossh: keyword ~riscv
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-misc/autossh')
-rw-r--r-- | net-misc/autossh/autossh-1.4g.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/autossh/autossh-1.4g.ebuild b/net-misc/autossh/autossh-1.4g.ebuild index 41eca6808fca..57c7452cb478 100644 --- a/net-misc/autossh/autossh-1.4g.ebuild +++ b/net-misc/autossh/autossh-1.4g.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ HOMEPAGE="https://www.harding.motd.ca/autossh/" SRC_URI="https://www.harding.motd.ca/${PN}/${P}.tgz" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" SLOT="0" RDEPEND="net-misc/openssh" |