diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-21 17:26:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-21 19:12:20 +0100 |
commit | 53455d22ccd88f1745cddafa87b98970a938c68a (patch) | |
tree | 31c7b1762b2e74a8af640dc02e36d629a38df0db /app-portage | |
parent | app-portage/diffmask: Support sys-apps/portage-mgorny (diff) | |
download | gentoo-53455d22ccd88f1745cddafa87b98970a938c68a.tar.gz gentoo-53455d22ccd88f1745cddafa87b98970a938c68a.tar.bz2 gentoo-53455d22ccd88f1745cddafa87b98970a938c68a.zip |
app-portage/gentoolkit: Support sys-apps/portage-mgorny
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild (renamed from app-portage/gentoolkit/gentoolkit-0.4.2.ebuild) | 6 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.4.2.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild index df5293c2d9f3..9307a8289711 100644 --- a/app-portage/gentoolkit/gentoolkit-0.4.2.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild @@ -18,7 +18,11 @@ IUSE="" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +DEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" RDEPEND="${DEPEND} !app-portage/gentoolkit-dev sys-apps/gawk diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index 7583a0910da3..084927bf88c8 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -20,7 +20,11 @@ IUSE="" KEYWORDS="" -DEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +DEPEND=" + || ( + sys-apps/portage[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + )" RDEPEND="${DEPEND} !app-portage/gentoolkit-dev sys-apps/gawk |