Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/pology/
Date: Sun, 03 May 2020 10:55:08
Message-Id: 1588503285.9b8c3ed64e227732d19fa6b6c2022f16717b629c.asturm@gentoo
1 commit: 9b8c3ed64e227732d19fa6b6c2022f16717b629c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 10:53:37 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 10:54:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8c3ed6
7
8 app-i18n/pology: Disable finding Pygments
9
10 Missing dependency so far, but won't add another py2-only revdep here.
11
12 Closes: https://bugs.gentoo.org/720772
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 app-i18n/pology/pology-0.12-r2.ebuild | 1 +
17 app-i18n/pology/pology-9999.ebuild | 1 +
18 2 files changed, 2 insertions(+)
19
20 diff --git a/app-i18n/pology/pology-0.12-r2.ebuild b/app-i18n/pology/pology-0.12-r2.ebuild
21 index fcb45eb1627..96b897adefd 100644
22 --- a/app-i18n/pology/pology-0.12-r2.ebuild
23 +++ b/app-i18n/pology/pology-0.12-r2.ebuild
24 @@ -47,6 +47,7 @@ src_configure() {
25 local mycmakeargs=(
26 -DDOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF}
27 -DCMAKE_DISABLE_FIND_PACKAGE_Epydoc=ON
28 + -DCMAKE_DISABLE_FIND_PACKAGE_Pygments=ON
29 )
30 cmake_src_configure
31 }
32
33 diff --git a/app-i18n/pology/pology-9999.ebuild b/app-i18n/pology/pology-9999.ebuild
34 index 1347ffb8ba8..033de2d1435 100644
35 --- a/app-i18n/pology/pology-9999.ebuild
36 +++ b/app-i18n/pology/pology-9999.ebuild
37 @@ -47,6 +47,7 @@ src_configure() {
38 local mycmakeargs=(
39 -DDOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF}
40 -DCMAKE_DISABLE_FIND_PACKAGE_Epydoc=ON
41 + -DCMAKE_DISABLE_FIND_PACKAGE_Pygments=ON
42 )
43 cmake_src_configure
44 }