Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/autossh/
Date: Sun, 29 Aug 2021 08:49:28
Message-Id: 1630226898.7c718ebf0c2ed7a2c0f6c04f7bbcb82eaec39840.dlan@gentoo
1 commit: 7c718ebf0c2ed7a2c0f6c04f7bbcb82eaec39840
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 29 07:33:54 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 29 08:48:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c718ebf
7
8 net-misc/autossh: keyword ~riscv
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 net-misc/autossh/autossh-1.4g.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/autossh/autossh-1.4g.ebuild b/net-misc/autossh/autossh-1.4g.ebuild
17 index 41eca6808fc..57c7452cb47 100644
18 --- a/net-misc/autossh/autossh-1.4g.ebuild
19 +++ b/net-misc/autossh/autossh-1.4g.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -8,7 +8,7 @@ HOMEPAGE="https://www.harding.motd.ca/autossh/"
27 SRC_URI="https://www.harding.motd.ca/${PN}/${P}.tgz"
28
29 LICENSE="BSD"
30 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
32 SLOT="0"
33
34 RDEPEND="net-misc/openssh"