projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7208b4c
)
x11-misc/lightdm: Fix gtk-doc install directory
author
Michał Górny
<mgorny@gentoo.org>
Sun, 20 Nov 2016 08:26:55 +0000
(09:26 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 20 Nov 2016 08:37:00 +0000
(09:37 +0100)
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
patch
|
blob
|
history
diff --git
a/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild
b/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild
index be7ace1a96d3f6d3ee5f1b02a8976eff0889b917..10372470e1f689ab63de79b96d0b3ef56b8338cf 100644
(file)
--- 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() {