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 D4419138334 for ; Sat, 16 Mar 2019 23:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E252E0985; Sat, 16 Mar 2019 23:56:29 +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 D25BBE0985 for ; Sat, 16 Mar 2019 23:56:28 +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 99661335C60 for ; Sat, 16 Mar 2019 23:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40102559 for ; Sat, 16 Mar 2019 23:56:26 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1552780571.e8486c02b2f65d58aa62add5ceef2da3e3ba9481.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild X-VCS-Directories: dev-python/marshmallow/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: e8486c02b2f65d58aa62add5ceef2da3e3ba9481 X-VCS-Branch: master Date: Sat, 16 Mar 2019 23:56:26 +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: 926f7cf2-8c33-4628-bfbc-1f89fbadff2d X-Archives-Hash: 435f205862add37e61024f9e1df07351 commit: e8486c02b2f65d58aa62add5ceef2da3e3ba9481 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Mar 16 23:56:11 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Mar 16 23:56:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8486c02 dev-python/marshmallow: keyword ~arm Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild | 4 ++-- dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild index 03d11047dfc..209e43fcf72 100644 --- a/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild +++ b/dev-python/marshmallow/marshmallow-3.0.0_beta12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test" RDEPEND=" diff --git a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild index 630eff899b7..c55c909d1c7 100644 --- a/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild +++ b/dev-python/marshmallow/marshmallow-3.0.0_beta8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test" RDEPEND="