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
This commit is contained in:
Patrick McLean
2017-03-28 13:23:48 -07:00
parent 5e34011bc8
commit 7a6bcff8e5

View File

@@ -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