Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cython/
Date: Sun, 29 Apr 2018 06:15:40
Message-Id: 1524982525.5509a5f19fe4c5ef6a3c8a8c257977cddf04e707.mgorny@gentoo
1 commit: 5509a5f19fe4c5ef6a3c8a8c257977cddf04e707
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 06:15:00 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:15:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5509a5f1
7
8 dev-python/cython: Fix README name
9
10 Closes: https://bugs.gentoo.org/654264
11
12 dev-python/cython/cython-0.28.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cython/cython-0.28.2.ebuild b/dev-python/cython/cython-0.28.2.ebuild
16 index febc0f7ec46..23c25226c41 100644
17 --- a/dev-python/cython/cython-0.28.2.ebuild
18 +++ b/dev-python/cython/cython-0.28.2.ebuild
19 @@ -57,7 +57,7 @@ python_test() {
20 }
21
22 python_install_all() {
23 - local DOCS=( CHANGES.rst README.txt ToDo.txt USAGE.txt )
24 + local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
25 use doc && local HTML_DOCS=( docs/build/html/. )
26 distutils-r1_python_install_all