diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-03 08:32:54 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-03 08:32:54 +0200 |
commit | 063c6200e2ec34dd7dabaf44e9b300b3bf653ed3 (patch) | |
tree | 172002411644130dccdb141568f35ec5a2570378 /net-libs/libssh | |
parent | sys-libs/libseccomp: amd64 stable wrt bug #810229 (diff) | |
download | gentoo-063c6200e2ec34dd7dabaf44e9b300b3bf653ed3.tar.gz gentoo-063c6200e2ec34dd7dabaf44e9b300b3bf653ed3.tar.bz2 gentoo-063c6200e2ec34dd7dabaf44e9b300b3bf653ed3.zip |
net-libs/libssh: amd64 stable wrt bug #810529
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/libssh-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libssh/libssh-0.9.6.ebuild b/net-libs/libssh/libssh-0.9.6.ebuild index d97989ff8639..b7a64463a75f 100644 --- a/net-libs/libssh/libssh-0.9.6.ebuild +++ b/net-libs/libssh/libssh-0.9.6.ebuild @@ -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" |