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 3DD60138334 for ; Mon, 1 Oct 2018 15:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DFDEE09E4; Mon, 1 Oct 2018 15:39:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE985E09B6 for ; Mon, 1 Oct 2018 15:39:03 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id 95BFC33BE3A for ; Mon, 1 Oct 2018 15:39:02 +0000 (UTC) Subject: [gentoo-dev] Re: RFC: Portage QA check for FHS/Gentoo policy paths, for top-level dirs and /usr/share/doc To: gentoo-dev@lists.gentoo.org References: <1df93cd0-b3e7-56cf-3a29-bfaed2069e02@gentoo.org> From: Michael Orlitzky Message-ID: <13c2bfe1-33bd-45e1-1a70-55f214e17ff6@gentoo.org> Date: Mon, 1 Oct 2018 11:38:59 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <1df93cd0-b3e7-56cf-3a29-bfaed2069e02@gentoo.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 9daed87a-95b7-4d67-9394-7447e7feb0a8 X-Archives-Hash: beb7ff6b1f7f15a997012a563d8b0237 On 10/01/2018 11:19 AM, Zac Medico wrote: > > The first bug report [2] is for qt-core, which installs documentation > into /usr/share/doc/${PN}-${PV} instead of /usr/share/doc/${PF} It would be helpful to know why qtcore installs into the wrong directory in the first place. If ${PF} really causes serious problems, then would a symlink from ${PN}-${PV} to ${PF} fare any better?