diff options
Diffstat (limited to 'sys-cluster/corosync/corosync-2.4.2.ebuild')
-rw-r--r-- | sys-cluster/corosync/corosync-2.4.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-cluster/corosync/corosync-2.4.2.ebuild b/sys-cluster/corosync/corosync-2.4.2.ebuild index be1d2139373a..49840bb0216f 100644 --- a/sys-cluster/corosync/corosync-2.4.2.ebuild +++ b/sys-cluster/corosync/corosync-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,7 +44,6 @@ src_configure() { # FIXME: install just shared libs --disable-static does not work econf_opts=( --localstatedir=/var \ - --docdir=/usr/share/doc/${PF} \ $(use_enable infiniband rdma) \ $(use_enable systemd) \ $(use_enable xml xmlconf) |