projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3d98c
)
dev-python/m2r: Fix a Q/A error due to some extra text
author
Brian Dolbec
<dolsen@gentoo.org>
Tue, 4 Apr 2017 22:53:14 +0000
(15:53 -0700)
committer
Brian Dolbec
<dolsen@gentoo.org>
Tue, 4 Apr 2017 23:04:14 +0000
(16:04 -0700)
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
patch
|
blob
|
history
diff --git
a/dev-python/m2r/m2r-0.1.5.ebuild
b/dev-python/m2r/m2r-0.1.5.ebuild
index 04da2c374106c06ba4f6043d2f3ad9509ef2ade0..b27ef61a59ff1bbcf9e76ccccffe478bd211ca00 100644
(file)
--- 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
}