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 9D7A31382C5 for ; Mon, 19 Feb 2018 21:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C79A4E0C4A; Mon, 19 Feb 2018 21:07:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A577DE0C4B for ; Mon, 19 Feb 2018 21:07:14 +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 034CD335C2F for ; Mon, 19 Feb 2018 21:07:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7204E1B0 for ; Mon, 19 Feb 2018 21:07:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519074421.3003bed9033110a4e644b2d742b69b31962fe5c7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/decorator/decorator-4.1.2.ebuild X-VCS-Directories: dev-python/decorator/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3003bed9033110a4e644b2d742b69b31962fe5c7 X-VCS-Branch: master Date: Mon, 19 Feb 2018 21:07:11 +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: a820e644-169f-496d-9c35-ae988a125a14 X-Archives-Hash: 800ef22cd6402edc5d29b617e1c6f57c commit: 3003bed9033110a4e644b2d742b69b31962fe5c7 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 19 20:44:00 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 19 21:07:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3003bed9 dev-python/decorator: arm64 stable (via ALLARCHES) dev-python/decorator/decorator-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/decorator/decorator-4.1.2.ebuild b/dev-python/decorator/decorator-4.1.2.ebuild index 82a02eadbe7..dc69f6e4809 100644 --- a/dev-python/decorator/decorator-4.1.2.ebuild +++ b/dev-python/decorator/decorator-4.1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"