Skip to content

Commit

Permalink
app-eselect/eselect-repository: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jul 17, 2021
1 parent 33d93d5 commit eb80192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-eselect/eselect-repository/eselect-repository-10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit eb80192

Please sign in to comment.