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 2273C1381F1 for ; Sat, 31 Mar 2018 00:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D05FE0964; Sat, 31 Mar 2018 00:59:47 +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 D96D3E0964 for ; Sat, 31 Mar 2018 00:59:46 +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 D0C95335D65 for ; Sat, 31 Mar 2018 00:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6581277 for ; Sat, 31 Mar 2018 00:59:42 +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: <1522457346.ad5fb32d0dad3d12e2b6aadfaf5b9e946286a677.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-cache/oslo-cache-1.28.0.ebuild X-VCS-Directories: dev-python/oslo-cache/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: ad5fb32d0dad3d12e2b6aadfaf5b9e946286a677 X-VCS-Branch: master Date: Sat, 31 Mar 2018 00:59:42 +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: 91c2c748-c654-467e-ad08-d1bff90f7e6f X-Archives-Hash: 2d9f8f0fd729c72f27676d63ada9b4cd commit: ad5fb32d0dad3d12e2b6aadfaf5b9e946286a677 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 31 00:49:06 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Mar 31 00:49:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5fb32d dev-python/oslo-cache: 1.28.0 stablized amd64 ~arm64 x86 ~amd64-linux ~x86-linux under allarches Stablized for Openstack Queens dev-python/oslo-cache/oslo-cache-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-cache/oslo-cache-1.28.0.ebuild b/dev-python/oslo-cache/oslo-cache-1.28.0.ebuild index 6c06bff9198..5c7bbdd735d 100644 --- a/dev-python/oslo-cache/oslo-cache-1.28.0.ebuild +++ b/dev-python/oslo-cache/oslo-cache-1.28.0.ebuild @@ -15,7 +15,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" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"