From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E581F1388BF for ; Fri, 19 Feb 2016 11:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB3D21C0D3; Fri, 19 Feb 2016 11:05:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E887421C0D3 for ; Fri, 19 Feb 2016 11:05:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A6A1340D02 for ; Fri, 19 Feb 2016 11:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9834614CD for ; Fri, 19 Feb 2016 11:05:41 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1455874147.5d4f40ffb50c1edeebe3d15a38c0a78372d5a894.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild X-VCS-Directories: dev-python/jaraco-collections/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 5d4f40ffb50c1edeebe3d15a38c0a78372d5a894 X-VCS-Branch: master Date: Fri, 19 Feb 2016 11:05:41 +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: 7c6d2ec1-452b-4724-828e-359a57c1698b X-Archives-Hash: 574a2d41c3a5aa9a3e698538d6ecab29 commit: 5d4f40ffb50c1edeebe3d15a38c0a78372d5a894 Author: Louis Sautier gmail com> AuthorDate: Fri Feb 19 09:29:07 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Feb 19 09:29:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4f40ff dev-python/jaraco-collections: fix indentation for 1.3.1 Package-Manager: portage-2.2.27 dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild index e54b66f..6412a98 100644 --- a/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild @@ -20,7 +20,7 @@ IUSE="test" PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]" RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}] -dev-python/six[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]