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
This commit is contained in:
Brian Dolbec
2017-04-04 15:53:14 -07:00
parent 5a3d98cd5c
commit 93bb8a47af

View File

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