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 9DD301382C5 for ; Mon, 5 Mar 2018 11:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A924EE08BB; Mon, 5 Mar 2018 11:50:16 +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 8804AE08BB for ; Mon, 5 Mar 2018 11:50:16 +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 58AC7335C2E for ; Mon, 5 Mar 2018 11:50:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE1651ED for ; Mon, 5 Mar 2018 11:50:05 +0000 (UTC) From: "Mart Raudsepp" 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" Message-ID: <1520249048.1c7cfe8e88a7b481dec58caea5404909306c0de9.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyserial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyserial/pyserial-3.2.1.ebuild X-VCS-Directories: dev-python/pyserial/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 1c7cfe8e88a7b481dec58caea5404909306c0de9 X-VCS-Branch: master Date: Mon, 5 Mar 2018 11:50:05 +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: 5f65cfbc-424c-4472-8b59-c4e66dd890e8 X-Archives-Hash: e7b6d15fc9ea1c71c52c1f38afe37335 commit: 1c7cfe8e88a7b481dec58caea5404909306c0de9 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 5 11:23:19 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 5 11:24:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7cfe8e dev-python/pyserial-3.2.1: arm64 stable (bug #602056) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/pyserial/pyserial-3.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild b/dev-python/pyserial/pyserial-3.2.1.ebuild index 59ef3d4e703..cd5a0cd07d0 100644 --- a/dev-python/pyserial/pyserial-3.2.1.ebuild +++ b/dev-python/pyserial/pyserial-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc examples" DEPEND="