summaryrefslogtreecommitdiff
path: root/app-portage
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 21:44:26 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 21:44:26 +0000
commit3891fe31690f0be5fbfd19482c5a2cb9623bfeae (patch)
treecab3e85043234647aa85689b84e01a7d136f5b63 /app-portage
parent946063aefbf9de895b69a4276f62b0d3c67ce10c (diff)
app-portage/sisyphus && app-portage/sisyphus-qt : 3rd time with charm, rework dependency order
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild4
-rw-r--r--app-portage/sisyphus/sisyphus-4.2012.0.ebuild4
2 files changed, 4 insertions, 4 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 4e377e56..c5f9e67c 100644
--- a/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild
+++ b/app-portage/sisyphus-qt/sisyphus-qt-4.2012.0.ebuild
@@ -21,10 +21,10 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="dev-lang/python[sqlite]"
+DEPEND="dev-lang/python[sqlite]
+ ~app-portage/sisyphus-${PV}[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
app-misc/tmux
- ~app-portage/sisyphus-${PV}
dev-python/PyQt5[designer,gui,widgets,${PYTHON_USEDEP}]"
src_install() {
diff --git a/app-portage/sisyphus/sisyphus-4.2012.0.ebuild b/app-portage/sisyphus/sisyphus-4.2012.0.ebuild
index 6f527706..0f473f43 100644
--- a/app-portage/sisyphus/sisyphus-4.2012.0.ebuild
+++ b/app-portage/sisyphus/sisyphus-4.2012.0.ebuild
@@ -29,8 +29,8 @@ RDEPEND="${DEPEND}
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/wget[${PYTHON_USEDEP}]
sys-apps/portage[${PYTHON_USEDEP}]
- sys-apps/gentoo-functions
- qt5? ( app-portage/sisyphus-qt )"
+ sys-apps/gentoo-functions"
+PDEPEND="qt5? ( app-portage/sisyphus-qt[${PYTHON_USEDEP}] )"
src_install() {
emake DESTDIR=${D} install-cli