Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/
Date: Tue, 05 Nov 2019 18:29:47
Message-Id: 1572978578.0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d.mgorny@gentoo
1 commit: 0a613aae8246dc5b1901f2b2ab1ec7f4b5fd5b1d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 18:26:25 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 18:29:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a613aae
7
8 dev-python/PyQt5: [QA] Fix BadInsIntoDir
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/PyQt5/PyQt5-5.13.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/PyQt5/PyQt5-5.13.2.ebuild b/dev-python/PyQt5/PyQt5-5.13.2.ebuild
16 index b553787ca93..615d14f2da9 100644
17 --- a/dev-python/PyQt5/PyQt5-5.13.2.ebuild
18 +++ b/dev-python/PyQt5/PyQt5-5.13.2.ebuild
19 @@ -193,7 +193,6 @@ src_install() {
20 einstalldocs
21
22 if use examples; then
23 - insinto /usr/share/doc/${PF}
24 - doins -r examples
25 + dodoc -r examples
26 fi
27 }