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 5C0DD139694 for ; Fri, 5 May 2017 12:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B862DE0823; Fri, 5 May 2017 12:49:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 971E5E0823 for ; Fri, 5 May 2017 12:49:13 +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 BFE4C3416CF for ; Fri, 5 May 2017 12:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0200E744B for ; Fri, 5 May 2017 12:49:11 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1493988538.9974269c7b2280b4aa8f2b1afb7a83bbca45d987.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/readlike/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/readlike/readlike-0.1.2.ebuild X-VCS-Directories: dev-python/readlike/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 9974269c7b2280b4aa8f2b1afb7a83bbca45d987 X-VCS-Branch: master Date: Fri, 5 May 2017 12:49:11 +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: 98faa86a-569e-477b-b115-076cf265bfe7 X-Archives-Hash: ec60b4cb1b8e9a373cd710a0bb3f6b2a commit: 9974269c7b2280b4aa8f2b1afb7a83bbca45d987 Author: Manuel Rüger gentoo org> AuthorDate: Fri May 5 12:47:54 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri May 5 12:48:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9974269c dev-python/readlike: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/readlike/readlike-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/readlike/readlike-0.1.2.ebuild b/dev-python/readlike/readlike-0.1.2.ebuild index f8f8a45dd2e..ac88189fd79 100644 --- a/dev-python/readlike/readlike-0.1.2.ebuild +++ b/dev-python/readlike/readlike-0.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -16,5 +16,5 @@ LICENSE="MIT" SLOT="0" IUSE="" -DEPEND="dev-python/setuptools" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"