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 EAB44138350 for ; Sun, 9 Feb 2020 04:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD797E081E; Sun, 9 Feb 2020 04:45:04 +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 93549E081E for ; Sun, 9 Feb 2020 04:45:03 +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 E9A8434DDF5 for ; Sun, 9 Feb 2020 04:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8364698 for ; Sun, 9 Feb 2020 04:44:59 +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: <1581223496.89f6fe492ec75f17738e66e4c6ad975bea7952a9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cmd2/cmd2-0.9.23.ebuild dev-python/cmd2/cmd2-0.9.25.ebuild X-VCS-Directories: dev-python/cmd2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 89f6fe492ec75f17738e66e4c6ad975bea7952a9 X-VCS-Branch: master Date: Sun, 9 Feb 2020 04:44:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ccc0919-1296-4ac4-ae25-53da5c9cdfb1 X-Archives-Hash: f981032b157ad1a207d51a9540d7bee1 commit: 89f6fe492ec75f17738e66e4c6ad975bea7952a9 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 9 04:38:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 04:44:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f6fe49 dev-python/cmd2: Copy ~arm forward Signed-off-by: Michał Górny gentoo.org> dev-python/cmd2/cmd2-0.9.23.ebuild | 2 +- dev-python/cmd2/cmd2-0.9.25.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cmd2/cmd2-0.9.23.ebuild b/dev-python/cmd2/cmd2-0.9.23.ebuild index 502253d32c9..6a3305a653c 100644 --- a/dev-python/cmd2/cmd2-0.9.23.ebuild +++ b/dev-python/cmd2/cmd2-0.9.23.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}] diff --git a/dev-python/cmd2/cmd2-0.9.25.ebuild b/dev-python/cmd2/cmd2-0.9.25.ebuild index 0a6f2424000..dd0714d43c1 100644 --- a/dev-python/cmd2/cmd2-0.9.25.ebuild +++ b/dev-python/cmd2/cmd2-0.9.25.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}]