summaryrefslogtreecommitdiff
path: root/dev-util/cpptest/cpptest-2.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cpptest/cpptest-2.0.0.ebuild')
-rw-r--r--dev-util/cpptest/cpptest-2.0.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/cpptest/cpptest-2.0.0.ebuild b/dev-util/cpptest/cpptest-2.0.0.ebuild
index 8369dad2328c..3d5f2ce9f6ab 100644
--- a/dev-util/cpptest/cpptest-2.0.0.ebuild
+++ b/dev-util/cpptest/cpptest-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,9 +18,7 @@ RDEPEND="!dev-util/cpptest:0"
DOCS=( AUTHORS BUGS NEWS README )
src_configure() {
- econf \
- $(use_enable doc) \
- --htmldir=/usr/share/doc/${PF}/html/
+ econf $(use_enable doc)
}
src_install() {