From: Andreas Sturmlechner Date: Sun, 3 May 2020 10:53:37 +0000 (+0200) Subject: app-i18n/pology: Disable finding Pygments X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b8c3ed64e227732d19fa6b6c2022f16717b629c;p=gentoo.git 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 --- diff --git a/app-i18n/pology/pology-0.12-r2.ebuild b/app-i18n/pology/pology-0.12-r2.ebuild index fcb45eb16276..96b897adefd6 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 1347ffb8ba86..033de2d14358 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 }