From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF874138330 for ; Wed, 30 May 2018 11:54:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF079E085D; Wed, 30 May 2018 11:54:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A80C7E085D for ; Wed, 30 May 2018 11:54:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C632335CA2 for ; Wed, 30 May 2018 11:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BDDD3D for ; Wed, 30 May 2018 11:54:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1527681254.5d0b524fb8fef64c59eba027e0b8fe5835de84fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage-mgorny/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage-mgorny/portage-mgorny-2.3.36.1.ebuild sys-apps/portage-mgorny/portage-mgorny-9999.ebuild X-VCS-Directories: sys-apps/portage-mgorny/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d0b524fb8fef64c59eba027e0b8fe5835de84fb X-VCS-Branch: master Date: Wed, 30 May 2018 11:54:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7579b3b2-422a-43b5-97de-17f8eae323f0 X-Archives-Hash: 47df171bc320098e2b0d7a0883fe7f53 commit: 5d0b524fb8fef64c59eba027e0b8fe5835de84fb Author: Michał Górny gentoo org> AuthorDate: Wed May 30 11:52:07 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 30 11:54:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0b524f sys-apps/portage-mgorny: Add missing usedep on gemato sys-apps/portage-mgorny/portage-mgorny-2.3.36.1.ebuild | 2 +- sys-apps/portage-mgorny/portage-mgorny-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/portage-mgorny/portage-mgorny-2.3.36.1.ebuild b/sys-apps/portage-mgorny/portage-mgorny-2.3.36.1.ebuild index d6c166badf4..ccc6052e205 100644 --- a/sys-apps/portage-mgorny/portage-mgorny-2.3.36.1.ebuild +++ b/sys-apps/portage-mgorny/portage-mgorny-2.3.36.1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" >=app-admin/eselect-1.2 app-crypt/openpgp-keys-gentoo-release >=app-crypt/gnupg-2.2.4-r2[ssl(-)] - >=app-portage/gemato-10 + >=app-portage/gemato-10[${PYTHON_USEDEP}] app-shells/bash:0[readline] $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \ python{2_7,3_4,3_5} pypy) diff --git a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild index d3195fa60f3..03be7d1ced9 100644 --- a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild +++ b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild @@ -28,7 +28,7 @@ RDEPEND=" >=app-admin/eselect-1.2 app-crypt/openpgp-keys-gentoo-release >=app-crypt/gnupg-2.2.4-r2[ssl(-)] - >=app-portage/gemato-10 + >=app-portage/gemato-10[${PYTHON_USEDEP}] app-shells/bash:0[readline] $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \ python{2_7,3_4,3_5} pypy)