diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 21:28:41 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 21:28:41 +0000 |
commit | 8ee15ccc5f84c2305fd5a8b1757dd78bc880276f (patch) | |
tree | 0354de97b5569c0a78b8e85a31d1df2554359df5 | |
parent | 6a71f7f1176059fe7946d5d48d276ff38c1b6844 (diff) |
Revert "app-portage/sisyphus : adjust deps"
This reverts commit 6a71f7f1176059fe7946d5d48d276ff38c1b6844.
-rw-r--r-- | app-portage/sisyphus/sisyphus-4.2012.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/sisyphus/sisyphus-4.2012.0.ebuild b/app-portage/sisyphus/sisyphus-4.2012.0.ebuild index e257377b..6f527706 100644 --- a/app-portage/sisyphus/sisyphus-4.2012.0.ebuild +++ b/app-portage/sisyphus/sisyphus-4.2012.0.ebuild @@ -19,9 +19,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="qt5" -DEPEND="dev-lang/python[sqlite] - qt5? ( app-portage/sisyphus-qt )" -RDEPEND="dev-lang/python[sqlite] +DEPEND="dev-lang/python[sqlite]" +RDEPEND="${DEPEND} app-portage/gentoolkit[${PYTHON_USEDEP}] app-portage/portage-utils dev-python/animation[${PYTHON_USEDEP}] @@ -30,7 +29,8 @@ RDEPEND="dev-lang/python[sqlite] dev-python/urllib3[${PYTHON_USEDEP}] dev-python/wget[${PYTHON_USEDEP}] sys-apps/portage[${PYTHON_USEDEP}] - sys-apps/gentoo-functions" + sys-apps/gentoo-functions + qt5? ( app-portage/sisyphus-qt )" src_install() { emake DESTDIR=${D} install-cli |