diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-03-28 13:23:48 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-03-28 13:23:48 -0700 |
commit | 7a6bcff8e59e5c723107d1e065fef24681e55aa5 (patch) | |
tree | c7194b301e2c4fefcf54bd0edfdcaa59b30fab19 /dev-python/gevent | |
parent | app-misc/mc: disable rpm tests as well, bug #613914 (diff) | |
download | gentoo-7a6bcff8e59e5c723107d1e065fef24681e55aa5.tar.gz gentoo-7a6bcff8e59e5c723107d1e065fef24681e55aa5.tar.bz2 gentoo-7a6bcff8e59e5c723107d1e065fef24681e55aa5.zip |
dev-python/gevent: Remove installation of changelog
Apparently upstream dropped the changelog file from the 1.2.1 tarball.
Gentoo-Bug: 614168
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/gevent')
-rw-r--r-- | dev-python/gevent/gevent-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gevent/gevent-1.2.1.ebuild b/dev-python/gevent/gevent-1.2.1.ebuild index 8cea645f250d..ad2bcd596bc9 100644 --- a/dev-python/gevent/gevent-1.2.1.ebuild +++ b/dev-python/gevent/gevent-1.2.1.ebuild @@ -65,7 +65,7 @@ python_test() { } python_install_all() { - local DOCS=( AUTHORS CHANGES.rst README.rst ) + local DOCS=( AUTHORS README.rst ) use doc && local HTML_DOCS=( doc/_build/html/. ) use examples && dodoc -r examples |