diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-03-30 20:30:09 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-03-30 20:53:22 -0500 |
commit | ccad2c0633dbced17aaeb8e4531b1544e94eadd0 (patch) | |
tree | e79629bf1ccc949df04d6326fe916e46b7385251 /dev-python/paramiko | |
parent | dev-python/bcrypt: updating keywords for paramiko (diff) | |
download | gentoo-ccad2c0633dbced17aaeb8e4531b1544e94eadd0.tar.gz gentoo-ccad2c0633dbced17aaeb8e4531b1544e94eadd0.tar.bz2 gentoo-ccad2c0633dbced17aaeb8e4531b1544e94eadd0.zip |
dev-python/paramiko: stablizing under allarches for QUEENS
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'dev-python/paramiko')
-rw-r--r-- | dev-python/paramiko/paramiko-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paramiko/paramiko-2.4.1.ebuild b/dev-python/paramiko/paramiko-2.4.1.ebuild index 277911f22ed5..cb6e5520642d 100644 --- a/dev-python/paramiko/paramiko-2.4.1.ebuild +++ b/dev-python/paramiko/paramiko-2.4.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" IUSE="doc examples test" RDEPEND=" |