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 C9CEE138331 for ; Tue, 13 Feb 2018 14:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D525E09DE; Tue, 13 Feb 2018 14:47:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0C476E09DE for ; Tue, 13 Feb 2018 14:47:03 +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 D2ADE335C51 for ; Tue, 13 Feb 2018 14:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BF80213 for ; Tue, 13 Feb 2018 14:47:01 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1518533071.e3d75ec82ce52bc968b1c3a2ffd9ccb92908e0b8.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-utils/oslo-utils-3.28.1.ebuild X-VCS-Directories: dev-python/oslo-utils/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e3d75ec82ce52bc968b1c3a2ffd9ccb92908e0b8 X-VCS-Branch: master Date: Tue, 13 Feb 2018 14:47:01 +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: 6e0fc604-3f10-4d4b-aa6a-6b22a124e969 X-Archives-Hash: 22b986e5aa07b4a29bb5ddc449fc659a commit: e3d75ec82ce52bc968b1c3a2ffd9ccb92908e0b8 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Feb 13 14:44:31 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Feb 13 14:44:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d75ec8 dev-python/oslo-utils: dekeyword on ~arm64 dev-python/oslo-utils/oslo-utils-3.28.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-utils/oslo-utils-3.28.1.ebuild b/dev-python/oslo-utils/oslo-utils-3.28.1.ebuild index 80b3b8cbd1c..d827e631ce3 100644 --- a/dev-python/oslo-utils/oslo-utils-3.28.1.ebuild +++ b/dev-python/oslo-utils/oslo-utils-3.28.1.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" +KEYWORDS="amd64 x86" IUSE="doc test" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]