projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3fe3f
)
dev-util/mdds: No need to set --docdir with EAPI-6.
author
Lars Wendler
<polynomial-c@gentoo.org>
Fri, 3 Jun 2016 12:06:43 +0000
(14:06 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Fri, 3 Jun 2016 12:50:17 +0000
(14:50 +0200)
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
dev-util/mdds/mdds-1.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/mdds/mdds-1.2.0.ebuild
b/dev-util/mdds/mdds-1.2.0.ebuild
index f2e2b99b38c2357afdc769dd3acdf4e46ce18be2..1cef7df4bf22fda61e66fa26e15a1633f5f76a36 100644
(file)
--- a/
dev-util/mdds/mdds-1.2.0.ebuild
+++ b/
dev-util/mdds/mdds-1.2.0.ebuild
@@
-38,8
+38,7
@@
src_prepare(){
src_configure() {
econf \
$(use_enable doc docs) \
- $(use_enable valgrind memory_tests) \
- --docdir="${EPREFIX}/usr/share/doc/${PF}"
+ $(use_enable valgrind memory_tests)
}
src_compile() { :; }