summaryrefslogtreecommitdiff
path: root/sys-process/parallel/parallel-20230522.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/parallel/parallel-20230522.ebuild')
-rw-r--r--sys-process/parallel/parallel-20230522.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-process/parallel/parallel-20230522.ebuild b/sys-process/parallel/parallel-20230522.ebuild
index 0a7900ae4b00..118f6be5fb2c 100644
--- a/sys-process/parallel/parallel-20230522.ebuild
+++ b/sys-process/parallel/parallel-20230522.ebuild
@@ -27,5 +27,8 @@ DEPEND="${RDEPEND}"
BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-oletange-20210423 )"
src_configure() {
+ # bug #908214
+ unset PARALLEL_HOME
+
econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
}