diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-03 12:53:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-03 12:54:45 +0200 |
commit | 9b8c3ed64e227732d19fa6b6c2022f16717b629c (patch) | |
tree | 61052d54d0e3334788d67f07b816da12c02c25ac /app-i18n | |
parent | dev-python/send2trash: x86 stable wrt bug #720632 (diff) | |
download | gentoo-9b8c3ed64e227732d19fa6b6c2022f16717b629c.tar.gz gentoo-9b8c3ed64e227732d19fa6b6c2022f16717b629c.tar.bz2 gentoo-9b8c3ed64e227732d19fa6b6c2022f16717b629c.zip |
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@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/pology/pology-0.12-r2.ebuild | 1 | ||||
-rw-r--r-- | app-i18n/pology/pology-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 } |