commit: e6f2a2aaf0f205d3b9a6f993d4d2334b0572b3b0
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 10 00:05:39 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 00:11:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f2a2aa
xorg-3.eclass: Call einstalldocs when not using XORG_MULTILIB
DOCS only got installed from the multilib-minimal_src_install call,
so they were missing from non-multilib packages. This corrects a
behavior difference from xorg-2.eclass where autotools-utils.eclass
installed DOCS for the non-multilib case.
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
eclass/xorg-3.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 8e22c72cb11..811168ead98 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -430,6 +430,7 @@ xorg-3_src_install() {
multilib-minimal_src_install "$@"
else
emake DESTDIR="${D}" "${install_args[@]}" "$@" install || die
"emake install failed"
+ einstalldocs
fi
# Many X11 libraries unconditionally install developer documentation