From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1120569-garchives=archives.gentoo.org@lists.gentoo.org>
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 529FB138334
	for <garchives@archives.gentoo.org>; Tue,  5 Nov 2019 18:29:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9A130E0980;
	Tue,  5 Nov 2019 18:29:46 +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 05862E092D
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Nov 2019 18:29:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1451234C8F1
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Nov 2019 18:29:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 36DFE621
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Nov 2019 18:29:43 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1572978578.0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/PyQt5/PyQt5-5.13.2.ebuild
X-VCS-Directories: dev-python/PyQt5/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d
X-VCS-Branch: master
Date: Tue,  5 Nov 2019 18:29:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 26ebace2-a00b-40f9-ab08-1cdc088581be
X-Archives-Hash: 14a0225c0e43df75ebe2dabf7c9afe37

commit:     0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 18:26:25 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 18:29:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a613aae

dev-python/PyQt5: [QA] Fix BadInsIntoDir

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/PyQt5/PyQt5-5.13.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/PyQt5/PyQt5-5.13.2.ebuild b/dev-python/PyQt5/PyQt5-5.13.2.ebuild
index b553787ca93..615d14f2da9 100644
--- a/dev-python/PyQt5/PyQt5-5.13.2.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.13.2.ebuild
@@ -193,7 +193,6 @@ src_install() {
 	einstalldocs
 
 	if use examples; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
+		dodoc -r examples
 	fi
 }