diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-21 17:24:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-21 19:12:20 +0100 |
commit | 1d9f1349bed5b56324cb8aa6bac6f8573ec0c4c4 (patch) | |
tree | 2a79b51c31985e932634eeacdb0057e1b0eddf28 /app-portage | |
parent | sys-apps/portage-mgorny: New package (diff) | |
download | gentoo-1d9f1349bed5b56324cb8aa6bac6f8573ec0c4c4.tar.gz gentoo-1d9f1349bed5b56324cb8aa6bac6f8573ec0c4c4.tar.bz2 gentoo-1d9f1349bed5b56324cb8aa6bac6f8573ec0c4c4.zip |
app-portage/diffmask: Support sys-apps/portage-mgorny
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/diffmask/diffmask-0.3.3-r3.ebuild (renamed from app-portage/diffmask/diffmask-0.3.3-r2.ebuild) | 8 | ||||
-rw-r--r-- | app-portage/diffmask/diffmask-9999.ebuild | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild index 14598106ea42..1b7c91a0cd0f 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,4 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +RDEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index 91a23879b64f..3b906ae054ef 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,11 @@ SLOT="0" KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd" IUSE="" -RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +RDEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" #if LIVE KEYWORDS= |