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 334EF139694 for ; Sun, 26 Mar 2017 04:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7745B23402C; Sun, 26 Mar 2017 04:16:37 +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 554B523402C for ; Sun, 26 Mar 2017 04:16:37 +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 63B34341671 for ; Sun, 26 Mar 2017 04:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D0CD73E4 for ; Sun, 26 Mar 2017 04:16:33 +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: <1490498594.3c8977ea3c34ecc46bf6ccfe96b928d53b8d40ae.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semantic_version/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/semantic_version/semantic_version-2.6.0.ebuild X-VCS-Directories: dev-python/semantic_version/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 3c8977ea3c34ecc46bf6ccfe96b928d53b8d40ae X-VCS-Branch: master Date: Sun, 26 Mar 2017 04:16:33 +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: 90688e06-f442-4168-8e22-ee100462eb9a X-Archives-Hash: 169f5c43b75fca224ac783b27a3306b9 commit: 3c8977ea3c34ecc46bf6ccfe96b928d53b8d40ae Author: Matthew Thode gentoo org> AuthorDate: Sun Mar 26 03:23:14 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Mar 26 03:23:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8977ea stablize openstack ocata semantic_version-2.6.0 x86 and amd64 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --force dev-python/semantic_version/semantic_version-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/semantic_version/semantic_version-2.6.0.ebuild b/dev-python/semantic_version/semantic_version-2.6.0.ebuild index 3a703983e9f..cedf16e3ec0 100644 --- a/dev-python/semantic_version/semantic_version-2.6.0.ebuild +++ b/dev-python/semantic_version/semantic_version-2.6.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"