diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-22 19:45:39 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-03-22 19:45:39 +0300 |
commit | 12e7a4488820b3b1eeaa148837a0521ed166e761 (patch) | |
tree | db7efb1d0bc7eaf16a4551853d3f8705b415aa74 /dev-python/pexpect | |
parent | sys-apps/gawk: sh stable wrt bug #634850 (diff) | |
download | gentoo-12e7a4488820b3b1eeaa148837a0521ed166e761.tar.gz gentoo-12e7a4488820b3b1eeaa148837a0521ed166e761.tar.bz2 gentoo-12e7a4488820b3b1eeaa148837a0521ed166e761.zip |
dev-python/pexpect: sh stable wrt bug #629528
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r-- | dev-python/pexpect/pexpect-4.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pexpect/pexpect-4.2.1.ebuild b/dev-python/pexpect/pexpect-4.2.1.ebuild index 77687dda1c77..dbeb8a0d0576 100644 --- a/dev-python/pexpect/pexpect-4.2.1.ebuild +++ b/dev-python/pexpect/pexpect-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples test" RDEPEND=">=dev-python/ptyprocess-0.5[${PYTHON_USEDEP}]" |