From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1003304-garchives=archives.gentoo.org@lists.gentoo.org> 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 E9C86138332 for <garchives@archives.gentoo.org>; Tue, 13 Feb 2018 15:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB5B5E0992; Tue, 13 Feb 2018 15:57:14 +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 AABFBE0992 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 15:57:14 +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 C26EA335C52 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 15:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DC83213 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 15:57:12 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> 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" <leio@gentoo.org> Message-ID: <1518537413.466af080753ef4c778e4d5175dcdab29e9bb777d.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: 466af080753ef4c778e4d5175dcdab29e9bb777d X-VCS-Branch: master Date: Tue, 13 Feb 2018 15:57:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3eb41270-07c8-40db-812b-708d361ea8c6 X-Archives-Hash: 76e0113fc1c3fdf00b7c8ea71a38119b commit: 466af080753ef4c778e4d5175dcdab29e9bb777d Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 15:54:43 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 15:56:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466af080 Revert "dev-python/oslo-utils: dekeyword on ~arm64" This reverts commit e3d75ec82ce52bc968b1c3a2ffd9ccb92908e0b8. 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 d827e631ce3..80b3b8cbd1c 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 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="doc test" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]