app-i18n/pology: Disable finding Pygments
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 3 May 2020 10:53:37 +0000 (12:53 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 3 May 2020 10:54:45 +0000 (12:54 +0200)
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@gentoo.org>
app-i18n/pology/pology-0.12-r2.ebuild
app-i18n/pology/pology-9999.ebuild

index fcb45eb1627665de31830fb067271d8a9e4b783b..96b897adefd6238b88f770ea9811bc1c6066f3f8 100644 (file)
@@ -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
 }
index 1347ffb8ba8624e94592dd836351f876d446c7aa..033de2d143580a584ff5720917c2ca66c427606f 100644 (file)
@@ -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
 }