diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-11-06 07:53:31 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-11-06 07:59:51 +0100 |
commit | 668ae05ded02317a03ec653818a348e6c982ff1c (patch) | |
tree | 770a1d031da30529290b9d701e363316a0585f83 /dev-python/pexpect | |
parent | dev-ruby/arel: cleanup (diff) | |
download | gentoo-668ae05ded02317a03ec653818a348e6c982ff1c.tar.gz gentoo-668ae05ded02317a03ec653818a348e6c982ff1c.tar.bz2 gentoo-668ae05ded02317a03ec653818a348e6c982ff1c.zip |
dev-python/pexpect: Whitespace
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r-- | dev-python/pexpect/pexpect-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pexpect/pexpect-4.2.1.ebuild b/dev-python/pexpect/pexpect-4.2.1.ebuild index 755fc5da650c..56536ffcdbf4 100644 --- a/dev-python/pexpect/pexpect-4.2.1.ebuild +++ b/dev-python/pexpect/pexpect-4.2.1.ebuild @@ -39,7 +39,7 @@ python_install_all() { use doc && local HTML_DOCS=( doc/_build/html/. ) if use examples; then dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples + docompress -x /usr/share/doc/${PF}/examples fi distutils-r1_python_install_all } |