commit: 93bb8a47af91a9f6cca7db77ead206c641e5e9d9
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 4 22:53:14 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Apr 4 23:04:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bb8a47
dev-python/m2r: Fix a Q/A error due to some extra text
The wrong window must have been in focus and I didn't notice the text
When committing.
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
dev-python/m2r/m2r-0.1.5.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/m2r/m2r-0.1.5.ebuild b/dev-python/m2r/m2r-0.1.5.ebuild
index 04da2c37410..b27ef61a59f 100644
--- a/dev-python/m2r/m2r-0.1.5.ebuild
+++ b/dev-python/m2r/m2r-0.1.5.ebuild
@@ -36,7 +36,6 @@ python_prepare_all() {
cp "${FILESDIR}/"test.md tests/ || die
cp "${FILESDIR}/"test.rst tests/ || die
cp "${FILESDIR}/"m2r.1 ./ || die
-matt
distutils-r1_python_prepare_all
}