commit: 9b8c3ed64e227732d19fa6b6c2022f16717b629c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 3 10:53:37 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 3 10:54:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8c3ed6
app-i18n/pology: Disable finding Pygments Missing dependency so far, but won't add another py2-only revdep here. Closes: https://bugs.gentoo.org/720772 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-i18n/pology/pology-0.12-r2.ebuild | 1 + app-i18n/pology/pology-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-i18n/pology/pology-0.12-r2.ebuild b/app-i18n/pology/pology-0.12-r2.ebuild index fcb45eb1627..96b897adefd 100644 --- a/app-i18n/pology/pology-0.12-r2.ebuild +++ b/app-i18n/pology/pology-0.12-r2.ebuild @@ -47,6 +47,7 @@ src_configure() { local mycmakeargs=( -DDOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF} -DCMAKE_DISABLE_FIND_PACKAGE_Epydoc=ON + -DCMAKE_DISABLE_FIND_PACKAGE_Pygments=ON ) cmake_src_configure } diff --git a/app-i18n/pology/pology-9999.ebuild b/app-i18n/pology/pology-9999.ebuild index 1347ffb8ba8..033de2d1435 100644 --- a/app-i18n/pology/pology-9999.ebuild +++ b/app-i18n/pology/pology-9999.ebuild @@ -47,6 +47,7 @@ src_configure() { local mycmakeargs=( -DDOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF} -DCMAKE_DISABLE_FIND_PACKAGE_Epydoc=ON + -DCMAKE_DISABLE_FIND_PACKAGE_Pygments=ON ) cmake_src_configure }
