diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 22:59:24 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 22:59:24 +0000 |
commit | 2aa9c4863eeceb0e19d4c9ffc008a35398cd3e07 (patch) | |
tree | e6ab7ef9bbc92af6617b1b2094b75f7ff20e21c9 | |
parent | df46b49a6c54f5386860eae497868e612bf0e7b8 (diff) |
app-portage/sisyphus{,qt} : PYTHON_USEDEP -> PYTHON_MULTI_USEDEP
-rw-r--r-- | app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild | 2 | ||||
-rw-r--r-- | app-portage/sisyphus/sisyphus-4.2012.0.ebuild | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild b/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild index 50f5919d..7580617a 100644 --- a/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild +++ b/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild @@ -26,7 +26,7 @@ DEPEND="dev-lang/python[sqlite] RDEPEND="${DEPEND} app-misc/tmux $(python_gen_cond_dep ' - dev-python/PyQt5[designer,gui,widgets,${PYTHON_USEDEP}] + dev-python/PyQt5[designer,gui,widgets,${PYTHON_MULTI_USEDEP}] ')" src_install() { diff --git a/app-portage/sisyphus/sisyphus-4.2012.0.ebuild b/app-portage/sisyphus/sisyphus-4.2012.0.ebuild index a0edc68d..305771fe 100644 --- a/app-portage/sisyphus/sisyphus-4.2012.0.ebuild +++ b/app-portage/sisyphus/sisyphus-4.2012.0.ebuild @@ -23,13 +23,13 @@ DEPEND="dev-lang/python[sqlite]" RDEPEND="${DEPEND} app-portage/portage-utils $(python_gen_cond_dep ' - app-portage/gentoolkit[${PYTHON_USEDEP}] - dev-python/animation[${PYTHON_USEDEP}] - dev-python/GitPython[${PYTHON_USEDEP}] - dev-python/typer[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] - dev-python/wget[${PYTHON_USEDEP}] - sys-apps/portage[${PYTHON_USEDEP}] + app-portage/gentoolkit[${PYTHON_MULTI_USEDEP}] + dev-python/animation[${PYTHON_MULTI_USEDEP}] + dev-python/GitPython[${PYTHON_MULTI_USEDEP}] + dev-python/typer[${PYTHON_MULTI_USEDEP}] + dev-python/urllib3[${PYTHON_MULTI_USEDEP}] + dev-python/wget[${PYTHON_MULTI_USEDEP}] + sys-apps/portage[${PYTHON_MULTI_USEDEP}] ') sys-apps/gentoo-functions" PDEPEND="qt5? ( ~app-portage/sisyphus-qt-${PV} )" |