Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/
Date: Fri, 15 Oct 2021 19:11:34
Message-Id: 1634325077.95a1a5bc23749a307bfcb5c47c15f849b1064360.sam@gentoo
1 commit: 95a1a5bc23749a307bfcb5c47c15f849b1064360
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Oct 14 14:17:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 19:11:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a1a5bc
7
8 net-libs/libssh2: stable 1.10.0 for hppa, bug #817122
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-libs/libssh2/libssh2-1.10.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/libssh2/libssh2-1.10.0.ebuild b/net-libs/libssh2/libssh2-1.10.0.ebuild
19 index 6ae3ecb5306..ff53c923466 100644
20 --- a/net-libs/libssh2/libssh2-1.10.0.ebuild
21 +++ b/net-libs/libssh2/libssh2-1.10.0.ebuild
22 @@ -11,7 +11,7 @@ SRC_URI="https://www.libssh2.org/download/${P}.tar.gz"
23
24 LICENSE="BSD"
25 SLOT="0"
26 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
27 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
28 IUSE="gcrypt mbedtls zlib"
29 REQUIRED_USE="?? ( gcrypt mbedtls )"
30 # Tests try to set containers up using docker (and fail for some reason).