Skip to content

Commit

Permalink
app-portage/elogviewer: 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 6c20468 commit 7200ce3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions app-portage/elogviewer/elogviewer-3.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_8 )

DISABLE_AUTOFORMATTING=true

Expand All @@ -21,13 +21,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}]
>=sys-apps/portage-2.1[${PYTHON_MULTI_USEDEP}]
dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
>=sys-apps/portage-2.1[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
')
"

Expand Down
8 changes: 4 additions & 4 deletions app-portage/elogviewer/elogviewer-3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9} )

DISABLE_AUTOFORMATTING=true

Expand All @@ -21,13 +21,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}]
>=sys-apps/portage-2.1[${PYTHON_MULTI_USEDEP}]
dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
>=sys-apps/portage-2.1[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
')
"

Expand Down
8 changes: 4 additions & 4 deletions app-portage/elogviewer/elogviewer-3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9} )

DISABLE_AUTOFORMATTING=true

Expand All @@ -21,13 +21,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}]
>=sys-apps/portage-2.1[${PYTHON_MULTI_USEDEP}]
dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
>=sys-apps/portage-2.1[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_MULTI_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
')
"

Expand Down

0 comments on commit 7200ce3

Please sign in to comment.