diff options
author | 2022-01-27 19:03:56 +0000 | |
---|---|---|
committer | 2022-01-27 19:03:56 +0000 | |
commit | 44b60ee36b9c13380fe928ad47850fe910cf2b7d (patch) | |
tree | 7728798edd294dbadc38a4920a1576f0bc5e3652 /net-libs | |
parent | media-libs/gmmlib: Version bump to 22.0.2 (diff) | |
download | gentoo-44b60ee36b9c13380fe928ad47850fe910cf2b7d.tar.gz gentoo-44b60ee36b9c13380fe928ad47850fe910cf2b7d.tar.bz2 gentoo-44b60ee36b9c13380fe928ad47850fe910cf2b7d.zip |
net-libs/libssh: Stabilize 0.9.6 hppa, #831982
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/libssh-0.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libssh/libssh-0.9.6.ebuild b/net-libs/libssh/libssh-0.9.6.ebuild index 627887023589..3aeecf20fd7c 100644 --- a/net-libs/libssh/libssh-0.9.6.ebuild +++ b/net-libs/libssh/libssh-0.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git" else SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1" |