summaryrefslogtreecommitdiff
path: root/app-portage/g-sorcery/g-sorcery-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/g-sorcery/g-sorcery-9999.ebuild')
-rw-r--r--app-portage/g-sorcery/g-sorcery-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-portage/g-sorcery/g-sorcery-9999.ebuild b/app-portage/g-sorcery/g-sorcery-9999.ebuild
index 8e6f16207b89..8b59511a4f4d 100644
--- a/app-portage/g-sorcery/g-sorcery-9999.ebuild
+++ b/app-portage/g-sorcery/g-sorcery-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,10 @@ IUSE="bson git"
DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] )
git? ( dev-vcs/git )
- sys-apps/portage[${PYTHON_USEDEP}]"
+ || (
+ sys-apps/portage[${PYTHON_USEDEP}]
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+ )"
RDEPEND="${DEPEND}"
PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]"