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 2AF7B1382C5 for ; Mon, 26 Feb 2018 17:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44F3DE0964; Mon, 26 Feb 2018 17:12:56 +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 23975E0964 for ; Mon, 26 Feb 2018 17:12:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C2E23335C2C for ; Mon, 26 Feb 2018 17:12:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 522B71D8 for ; Mon, 26 Feb 2018 17:12:53 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1519665070.8d05a19c66566cba22d09aea1b280cdb28fe9f68.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gsutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gsutil/gsutil-4.27.ebuild net-misc/gsutil/gsutil-4.28.ebuild X-VCS-Directories: net-misc/gsutil/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 8d05a19c66566cba22d09aea1b280cdb28fe9f68 X-VCS-Branch: master Date: Mon, 26 Feb 2018 17:12:53 +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: 0b225e04-55c7-40ca-ba3e-d4afd7bfb3df X-Archives-Hash: 97fa3b40655338eb1038783fa124c1a9 commit: 8d05a19c66566cba22d09aea1b280cdb28fe9f68 Author: Amy Liffey gentoo org> AuthorDate: Mon Feb 26 16:50:41 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Mon Feb 26 17:11:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d05a19c net-misc/gsutil: add missing dep dev-python/mock Closes: https://bugs.gentoo.org/632229 Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-misc/gsutil/gsutil-4.27.ebuild | 3 ++- net-misc/gsutil/gsutil-4.28.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/gsutil/gsutil-4.27.ebuild b/net-misc/gsutil/gsutil-4.27.ebuild index 491ea929a00..cb2c309ec5f 100644 --- a/net-misc/gsutil/gsutil-4.27.ebuild +++ b/net-misc/gsutil/gsutil-4.27.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" @@ -27,6 +27,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}] >=dev-python/google-apitools-0.5.3[${PYTHON_USEDEP}] =dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}] + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] diff --git a/net-misc/gsutil/gsutil-4.28.ebuild b/net-misc/gsutil/gsutil-4.28.ebuild index 452ebb5e068..85dfba63c0d 100644 --- a/net-misc/gsutil/gsutil-4.28.ebuild +++ b/net-misc/gsutil/gsutil-4.28.ebuild @@ -27,6 +27,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}] >=dev-python/google-apitools-0.5.16[${PYTHON_USEDEP}] =dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}] + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}]