Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/m2r/
Date: Tue, 04 Apr 2017 23:06:12
Message-Id: 1491347054.93bb8a47af91a9f6cca7db77ead206c641e5e9d9.dolsen@gentoo
1 commit: 93bb8a47af91a9f6cca7db77ead206c641e5e9d9
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 22:53:14 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 23:04:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bb8a47
7
8 dev-python/m2r: Fix a Q/A error due to some extra text
9
10 The wrong window must have been in focus and I didn't notice the text
11 When committing.
12
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
14
15 dev-python/m2r/m2r-0.1.5.ebuild | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/dev-python/m2r/m2r-0.1.5.ebuild b/dev-python/m2r/m2r-0.1.5.ebuild
19 index 04da2c37410..b27ef61a59f 100644
20 --- a/dev-python/m2r/m2r-0.1.5.ebuild
21 +++ b/dev-python/m2r/m2r-0.1.5.ebuild
22 @@ -36,7 +36,6 @@ python_prepare_all() {
23 cp "${FILESDIR}/"test.md tests/ || die
24 cp "${FILESDIR}/"test.rst tests/ || die
25 cp "${FILESDIR}/"m2r.1 ./ || die
26 -matt
27 distutils-r1_python_prepare_all
28 }