Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paramiko/
Date: Tue, 13 Feb 2018 21:01:22
Message-Id: 1518555665.79b122329ec1bbae7e0620f65e22af536001c30a.prometheanfire@gentoo
1 commit: 79b122329ec1bbae7e0620f65e22af536001c30a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 20:51:01 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 21:01:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b12232
7
8 dev-python/paramiko: re-adding arm64
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/paramiko/paramiko-2.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/paramiko/paramiko-2.4.0.ebuild b/dev-python/paramiko/paramiko-2.4.0.ebuild
16 index 121705cbb58..7e1445da7c4 100644
17 --- a/dev-python/paramiko/paramiko-2.4.0.ebuild
18 +++ b/dev-python/paramiko/paramiko-2.4.0.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="LGPL-2.1"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
25 IUSE="doc examples test"
26
27 RDEPEND="