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 7BDB21382C5 for ; Sat, 31 Mar 2018 01:54:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF818E0964; Sat, 31 Mar 2018 01:54:28 +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 BB9ECE0964 for ; Sat, 31 Mar 2018 01:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 77D80335D7A for ; Sat, 31 Mar 2018 01:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29BDA27B for ; Sat, 31 Mar 2018 01:54:23 +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: <1522461233.8632cb2db394bfe45f100c343e51f52f216c5bd4.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aodhclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aodhclient/aodhclient-1.0.0.ebuild X-VCS-Directories: dev-python/aodhclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 8632cb2db394bfe45f100c343e51f52f216c5bd4 X-VCS-Branch: master Date: Sat, 31 Mar 2018 01:54: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: c8e7170c-8771-493e-a82f-6a6838d2f625 X-Archives-Hash: 3d05436f3b4f8cd79fd0736dd7361a41 commit: 8632cb2db394bfe45f100c343e51f52f216c5bd4 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 31 01:44:37 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Mar 31 01:53:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8632cb2d dev-python/aodhclient: 1.0.0 stablized under allarchesa Stablized for Openstack Queens dev-python/aodhclient/aodhclient-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aodhclient/aodhclient-1.0.0.ebuild b/dev-python/aodhclient/aodhclient-1.0.0.ebuild index c42301b261c..d0b717aeabe 100644 --- a/dev-python/aodhclient/aodhclient-1.0.0.ebuild +++ b/dev-python/aodhclient/aodhclient-1.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]