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 4FABC138974 for ; Mon, 27 Oct 2014 16:01:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC8E6E09BD; Mon, 27 Oct 2014 16:01:26 +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 2FCC6E09BD for ; Mon, 27 Oct 2014 16:01:26 +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 2C2F9340223 for ; Mon, 27 Oct 2014 16:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB04A8DD3 for ; Mon, 27 Oct 2014 16:01:23 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1410424046.6790f933fdd7e6c23f31bd725fd42fea33b20e5c.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/git-review/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-vcs/git-review/git-review-scm.ebuild X-VCS-Directories: dev-vcs/git-review/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 6790f933fdd7e6c23f31bd725fd42fea33b20e5c X-VCS-Branch: master Date: Mon, 27 Oct 2014 16:01:23 +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: 965a719d-bbe2-4780-906b-d9b0a0675354 X-Archives-Hash: 12bef57e06aa63018a2bc8779b0dcd24 commit: 6790f933fdd7e6c23f31bd725fd42fea33b20e5c Author: Tiziano Müller gentoo org> AuthorDate: Thu Sep 11 08:27:26 2014 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Thu Sep 11 08:27:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=6790f933 Remove argparse dep and switch to py-3 only. --- dev-vcs/git-review/git-review-scm.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-vcs/git-review/git-review-scm.ebuild b/dev-vcs/git-review/git-review-scm.ebuild index 43aabdd..5319b30 100644 --- a/dev-vcs/git-review/git-review-scm.ebuild +++ b/dev-vcs/git-review/git-review-scm.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{3_3,3_4} ) inherit distutils-r1 git-r3 @@ -18,8 +18,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -CDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}]" +CDEPEND=">=dev-python/requests-1.1[${PYTHON_USEDEP}]" DEPEND="${CDEPEND} dev-python/pbr[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]