From 7a6bcff8e59e5c723107d1e065fef24681e55aa5 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Tue, 28 Mar 2017 13:23:48 -0700 Subject: [PATCH] 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 --- dev-python/gevent/gevent-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gevent/gevent-1.2.1.ebuild b/dev-python/gevent/gevent-1.2.1.ebuild index 8cea645f250da..ad2bcd596bc9d 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