commit: c8bfb290454134d6e0639164a3ced9aa95d3c673
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 08:26:55 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 08:37:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bfb290
x11-misc/lightdm: Fix gtk-doc install directory
Remove the gtk-doc install directory, to make it possible for gtk-doc
tools to find the installed documentation. Also fixes the QA warning
issued by Portage.
x11-misc/lightdm/lightdm-1.21.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild
b/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild
index be7ace1..1037247 100644
--- a/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild
+++ b/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild
@@ -101,8 +101,7 @@ src_configure() {
$(use_enable qt5 liblightdm-qt5) \
--with-user-session=${_session} \
--with-greeter-session=${_greeter} \
- --with-greeter-user=${_user} \
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
+ --with-greeter-user=${_user}
}
src_install() {