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 B713C138334 for ; Mon, 15 Oct 2018 21:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF17E08A6; Mon, 15 Oct 2018 21:27:21 +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 4A757E08A6 for ; Mon, 15 Oct 2018 21:27:21 +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 C5CD6335CA6 for ; Mon, 15 Oct 2018 21:27:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C37443E1 for ; Mon, 15 Oct 2018 21:27:17 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1539638828.7d2bc4440f2221057816f596bdc9d91f1ab52e12.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyclipper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyclipper/pyclipper-1.1.0.ebuild X-VCS-Directories: dev-python/pyclipper/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7d2bc4440f2221057816f596bdc9d91f1ab52e12 X-VCS-Branch: master Date: Mon, 15 Oct 2018 21:27:17 +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: e9beedfc-c5fa-4dba-a09b-b470ffbc080a X-Archives-Hash: ff756ddc0fff461806fa7977a51354a3 commit: 7d2bc4440f2221057816f596bdc9d91f1ab52e12 Author: Pacho Ramos gentoo org> AuthorDate: Mon Oct 15 21:26:53 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Oct 15 21:27:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2bc444 dev-python/pyclipper: Add missing dep (#668726 by Toralf Förster) Closes: https://bugs.gentoo.org/668726 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/pyclipper/pyclipper-1.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyclipper/pyclipper-1.1.0.ebuild b/dev-python/pyclipper/pyclipper-1.1.0.ebuild index 98a6fe8fc6c..e639fa0cf58 100644 --- a/dev-python/pyclipper/pyclipper-1.1.0.ebuild +++ b/dev-python/pyclipper/pyclipper-1.1.0.ebuild @@ -19,6 +19,7 @@ DEPEND=" dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools-git[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] " RDEPEND=""