diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:14:52 +0200 |
commit | eb80192e40969a580f2e19ed5712c95daa65b886 (patch) | |
tree | 0547a14fbfd9087d0658ccd19ed797a31960a14e /app-eselect/eselect-repository | |
parent | app-emulation/xen-tools: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-eb80192e40969a580f2e19ed5712c95daa65b886.tar.gz gentoo-eb80192e40969a580f2e19ed5712c95daa65b886.tar.bz2 gentoo-eb80192e40969a580f2e19ed5712c95daa65b886.zip |
app-eselect/eselect-repository: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-repository')
-rw-r--r-- | app-eselect/eselect-repository/eselect-repository-10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-repository/eselect-repository-10.ebuild b/app-eselect/eselect-repository/eselect-repository-10.ebuild index b0b71d29e522..17abf1b7a558 100644 --- a/app-eselect/eselect-repository/eselect-repository-10.ebuild +++ b/app-eselect/eselect-repository/eselect-repository-10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit python-single-r1 DESCRIPTION="Manage repos.conf via eselect" @@ -18,7 +18,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} app-admin/eselect $(python_gen_cond_dep ' - dev-python/lxml[${PYTHON_MULTI_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] ') net-misc/wget" |