commit:     3bfeb5c55d7e45cb06a89c502a08530c4b89fc10
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 09:59:30 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 10:20:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfeb5c5

app-eselect/eselect-repository: Switch to new python-single-r1 API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-eselect/eselect-repository/eselect-repository-7.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-eselect/eselect-repository/eselect-repository-7.ebuild 
b/app-eselect/eselect-repository/eselect-repository-7.ebuild
index f5e003885de..564a564e12f 100644
--- a/app-eselect/eselect-repository/eselect-repository-7.ebuild
+++ b/app-eselect/eselect-repository/eselect-repository-7.ebuild
@@ -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() {

Reply via email to