media-sound/picard: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:42:55 +0000 (07:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:33 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-sound/picard/picard-2.1.3-r1.ebuild [moved from media-sound/picard/picard-2.1.3.ebuild with 93% similarity]
media-sound/picard/picard-9999.ebuild

similarity index 93%
rename from media-sound/picard/picard-2.1.3.ebuild
rename to media-sound/picard/picard-2.1.3-r1.ebuild
index f995845bc002bf7563caca2c4d3ea2e7bcefbd6f..8b04ce9037478d3235a03a831d899d1e4d37ef45 100644 (file)
@@ -18,7 +18,9 @@ KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND="
-       dev-python/PyQt5[declarative,gui,network,widgets,${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-python/PyQt5[declarative,gui,network,widgets,${PYTHON_MULTI_USEDEP}]
+       ')
        dev-qt/qtgui:5
        >=media-libs/mutagen-1.38"
 DEPEND="
index a937a75ec7a26bbc98a0be76ae8e8d365f20d501..8ddfeb52fa1575e2ca868f61ead272884287338a 100644 (file)
@@ -26,7 +26,9 @@ BDEPEND="
        nls? ( dev-qt/linguist-tools:5 )
 "
 RDEPEND="
-       dev-python/PyQt5[declarative,gui,network,widgets,${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-python/PyQt5[declarative,gui,network,widgets,${PYTHON_MULTI_USEDEP}]
+       ')
        dev-qt/qtgui:5[accessibility]
        >=media-libs/mutagen-1.38"