app-eselect/eselect-repository: Switch to new python-single-r1 API
authorMichał Górny <mgorny@gentoo.org>
Sun, 8 Dec 2019 09:59:30 +0000 (10:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 8 Dec 2019 10:20:02 +0000 (11:20 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-eselect/eselect-repository/eselect-repository-7.ebuild

index f5e003885de34559a39be3fe5e952e3bdfc2ac92..564a564e12f655e1d1b6373ee96965d22aba55dc 100644 (file)
@@ -18,7 +18,9 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
        app-admin/eselect
-       dev-python/lxml[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-python/lxml[${PYTHON_MULTI_USEDEP}]
+       ')
        net-misc/wget"
 
 src_compile() {