From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FFE51395E2 for ; Sun, 20 Nov 2016 08:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B53D6E0BD7; Sun, 20 Nov 2016 08:37:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B795E0BD7 for ; Sun, 20 Nov 2016 08:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5871533FE7D for ; Sun, 20 Nov 2016 08:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 275EC492 for ; Sun, 20 Nov 2016 08:37:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1479631020.c8bfb290454134d6e0639164a3ced9aa95d3c673.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm/lightdm-1.21.0-r1.ebuild X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c8bfb290454134d6e0639164a3ced9aa95d3c673 X-VCS-Branch: master Date: Sun, 20 Nov 2016 08:37:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b5e7e391-db9f-47bf-8ae3-8afb2a3f77e8 X-Archives-Hash: d1d4041d8157a5107136d267c5b2623f commit: c8bfb290454134d6e0639164a3ced9aa95d3c673 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 20 08:26:55 2016 +0000 Commit: Michał Górny gentoo 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() {