diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-17 09:33:25 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-17 09:33:25 +0000 |
commit | c328a7e12c6108d967ce4da69531a2a2fdea431e (patch) | |
tree | 6e29b54c90f35ef8262b82cd3a03548378dfd360 /dev-python/paramiko/paramiko-1.13.0.ebuild | |
parent | Stable for amd64 wrt bug #503110 (diff) | |
download | gentoo-2-c328a7e12c6108d967ce4da69531a2a2fdea431e.tar.gz gentoo-2-c328a7e12c6108d967ce4da69531a2a2fdea431e.tar.bz2 gentoo-2-c328a7e12c6108d967ce4da69531a2a2fdea431e.zip |
Add ~s390, wrt bug #490374
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-python/paramiko/paramiko-1.13.0.ebuild')
-rw-r--r-- | dev-python/paramiko/paramiko-1.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/paramiko/paramiko-1.13.0.ebuild b/dev-python/paramiko/paramiko-1.13.0.ebuild index 03135afb6df2..b9c063664989 100644 --- a/dev-python/paramiko/paramiko-1.13.0.ebuild +++ b/dev-python/paramiko/paramiko-1.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-1.13.0.ebuild,v 1.1 2014/03/15 10:30:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-1.13.0.ebuild,v 1.2 2014/03/17 09:33:25 pinkbyte Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~sh ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" IUSE="doc examples" RDEPEND=">=dev-python/pycrypto-2.1[${PYTHON_USEDEP}] |