From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A02E1388C0 for ; Sun, 28 Feb 2016 07:08:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E46921C08C; Sun, 28 Feb 2016 07:08:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 342A421C085 for ; Sun, 28 Feb 2016 07:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AE3E340B29 for ; Sun, 28 Feb 2016 07:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD7B92323 for ; Sun, 28 Feb 2016 07:08:29 +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: <1456643252.91a23469200ab52bdcbb1fbc76a88a45a65046de.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-i18n/oslo-i18n-2.7.0.ebuild X-VCS-Directories: dev-python/oslo-i18n/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 91a23469200ab52bdcbb1fbc76a88a45a65046de X-VCS-Branch: master Date: Sun, 28 Feb 2016 07:08:29 +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: cd05d4bd-587b-4cec-a17c-dd1bb70a11d9 X-Archives-Hash: 2f86c63b803a3b3da33dfce0618117cb commit: 91a23469200ab52bdcbb1fbc76a88a45a65046de Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 07:07:32 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 07:07:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a23469 dev-python/oslo-i18n: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/oslo-i18n/oslo-i18n-2.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-i18n/oslo-i18n-2.7.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-2.7.0.ebuild index e19b1f7..34080fe 100644 --- a/dev-python/oslo-i18n/oslo-i18n-2.7.0.ebuild +++ b/dev-python/oslo-i18n/oslo-i18n-2.7.0.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 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc test" CDEPEND=">dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]"