Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Fri, 13 May 2022 14:02:36
Message-Id: 1652450473.a9504b7a00745607bb0cd984b79e739858a1df66.xen0n@gentoo
1 commit: a9504b7a00745607bb0cd984b79e739858a1df66
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 13:54:22 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 14:01:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9504b7a
7
8 net-libs/libssh: forward ~loong
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 net-libs/libssh/libssh-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild
16 index ba3c105ee10e..2801869f419f 100644
17 --- a/net-libs/libssh/libssh-9999.ebuild
18 +++ b/net-libs/libssh/libssh-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]] ; then
26 EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"
27 else
28 SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
31 fi
32
33 LICENSE="LGPL-2.1"