app-text/asciidoc: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 11:32:51 +0000 (12:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:17:18 +0000 (17:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-text/asciidoc/asciidoc-8.6.10_p20181016-r1.ebuild [moved from app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild with 96% similarity]

similarity index 96%
rename from app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
rename to app-text/asciidoc/asciidoc-8.6.10_p20181016-r1.ebuild
index 5f5423e5152c9d82cd874c9d67bb588ff9f30a25..efbd0590a0663163d585652de669cfff93867f9a 100644 (file)
@@ -29,7 +29,9 @@ RDEPEND="
        highlight? (
                || (
                        dev-util/source-highlight
-                       dev-python/pygments[${PYTHON_USEDEP}]
+                       $(python_gen_cond_dep '
+                               dev-python/pygments[${PYTHON_MULTI_USEDEP}]
+                       ')
                        app-text/highlight
                )
        )"