From c8bfb290454134d6e0639164a3ced9aa95d3c673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Nov 2016 09:26:55 +0100 Subject: [PATCH] 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 be7ace1a96d3f..10372470e1f68 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() {