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 49E9F139694 for ; Thu, 9 Feb 2017 12:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 857F5E0C30; Thu, 9 Feb 2017 12:10:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 612DBE0C30 for ; Thu, 9 Feb 2017 12:10:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E0C1340C97 for ; Thu, 9 Feb 2017 12:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADA7F3E61 for ; Thu, 9 Feb 2017 12:10:40 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1486642219.cdad939785affe52476f2b1f5f9da94f20dba10b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bandit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bandit/bandit-1.4.0.ebuild X-VCS-Directories: dev-python/bandit/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: cdad939785affe52476f2b1f5f9da94f20dba10b X-VCS-Branch: master Date: Thu, 9 Feb 2017 12:10:40 +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: d82da173-23a2-4d09-92ef-ff10ec42ed6e X-Archives-Hash: 0d2f7ff155aa4c018cac978e7065e990 commit: cdad939785affe52476f2b1f5f9da94f20dba10b Author: Matthew Thode gentoo org> AuthorDate: Thu Feb 9 12:04:54 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Feb 9 12:10:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdad9397 dev-python/bandit: 1.4.0 stable amd64 and x86 Package-Manager: portage-2.3.3 dev-python/bandit/bandit-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bandit/bandit-1.4.0.ebuild b/dev-python/bandit/bandit-1.4.0.ebuild index f6911ad3fb..e93299c74a 100644 --- a/dev-python/bandit/bandit-1.4.0.ebuild +++ b/dev-python/bandit/bandit-1.4.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"