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 74740138AE9 for ; Tue, 26 Dec 2017 16:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3CBE0C5F; Tue, 26 Dec 2017 16:22:09 +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 97A56E0C5C for ; Tue, 26 Dec 2017 16:22:08 +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 6F66933FE60 for ; Tue, 26 Dec 2017 16:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3D7AE85 for ; Tue, 26 Dec 2017 16:22:04 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1514304961.16e6f38f285651da817bcf1507eaabe44e7bdd65.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-git/setuptools-git-1.2.ebuild X-VCS-Directories: dev-python/setuptools-git/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 16e6f38f285651da817bcf1507eaabe44e7bdd65 X-VCS-Branch: master Date: Tue, 26 Dec 2017 16:22:04 +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: ce958e94-d4bf-4faa-bf76-b5ef11679254 X-Archives-Hash: aad89e468992e030f1f63a6de63f60e5 commit: 16e6f38f285651da817bcf1507eaabe44e7bdd65 Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 26 16:04:21 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 26 16:16:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e6f38f dev-python/setuptools-git: amd64 stable Gentoo-bug: 641304 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild index bf26dc59a28..f6eda1f45b3 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-vcs/git"