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 B5108139695 for ; Wed, 15 Feb 2017 16:31:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E495521C098; Wed, 15 Feb 2017 16:31:08 +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 BC3D421C03E for ; Wed, 15 Feb 2017 16:31:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6DB50341656 for ; Wed, 15 Feb 2017 16:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDA5848DB for ; Wed, 15 Feb 2017 16:31:05 +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: <1487175931.b3e8ec574c6fa3be3cc0d52398a7cc80a00440b0.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-config/oslo-config-3.17.1.ebuild X-VCS-Directories: dev-python/oslo-config/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: b3e8ec574c6fa3be3cc0d52398a7cc80a00440b0 X-VCS-Branch: master Date: Wed, 15 Feb 2017 16:31:05 +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: 6dad2382-4a37-48ba-82d3-a7fb375c3fb4 X-Archives-Hash: d3088cab57eb3ced494e2b08307edd3f commit: b3e8ec574c6fa3be3cc0d52398a7cc80a00440b0 Author: Matthew Thode gentoo org> AuthorDate: Wed Feb 15 16:25:31 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Feb 15 16:25:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e8ec57 dev-python/oslo-config: 3.17.1 stable amd64 and x86 Package-Manager: portage-2.3.3 dev-python/oslo-config/oslo-config-3.17.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-config/oslo-config-3.17.1.ebuild b/dev-python/oslo-config/oslo-config-3.17.1.ebuild index f0eb4867f0..588c3a9a81 100644 --- a/dev-python/oslo-config/oslo-config-3.17.1.ebuild +++ b/dev-python/oslo-config/oslo-config-3.17.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"