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 DEEF81396D9 for ; Sun, 12 Nov 2017 14:36:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A1DEE0FE6; Sun, 12 Nov 2017 14:36:15 +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 04A28E0FE6 for ; Sun, 12 Nov 2017 14:36:13 +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 2646433FE2A for ; Sun, 12 Nov 2017 14:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8885F9A71 for ; Sun, 12 Nov 2017 14:36:10 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1510497305.dd9f7e294be78d7672408b0b37c1402598b0b4b3.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gcovr/gcovr-3.2.ebuild dev-util/gcovr/gcovr-3.3.ebuild X-VCS-Directories: dev-util/gcovr/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: dd9f7e294be78d7672408b0b37c1402598b0b4b3 X-VCS-Branch: master Date: Sun, 12 Nov 2017 14:36:10 +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: f38b800f-0a92-4f77-b8e4-4bdb34834d81 X-Archives-Hash: fdfab4bebab5a0d41b1a5aa9421e9985 commit: dd9f7e294be78d7672408b0b37c1402598b0b4b3 Author: Carsten Klaucke posteo de> AuthorDate: Sun Nov 12 14:33:01 2017 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Nov 12 14:35:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9f7e29 dev-util/gcovr: added missing setuptools dependency Bug: https://bugs.gentoo.org/636524 Closes: https://github.com/gentoo/gentoo/pull/6122 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/gcovr/gcovr-3.2.ebuild | 3 ++- dev-util/gcovr/gcovr-3.3.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/gcovr/gcovr-3.2.ebuild b/dev-util/gcovr/gcovr-3.2.ebuild index bb265088973..51ca37e86b4 100644 --- a/dev-util/gcovr/gcovr-3.2.ebuild +++ b/dev-util/gcovr/gcovr-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,3 +13,4 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-util/gcovr/gcovr-3.3.ebuild b/dev-util/gcovr/gcovr-3.3.ebuild index 251ed7ac20a..a9aa0ffe695 100644 --- a/dev-util/gcovr/gcovr-3.3.ebuild +++ b/dev-util/gcovr/gcovr-3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,3 +13,4 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"