From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1083924-garchives=archives.gentoo.org@lists.gentoo.org> 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 1EDCE138336 for <garchives@archives.gentoo.org>; Tue, 16 Apr 2019 23:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D39EE0953; Tue, 16 Apr 2019 23:29:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7117CE0953 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Apr 2019 23:29:20 +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 E575C3414A5 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Apr 2019 23:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A83B5A3 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Apr 2019 23:29:16 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1555457345.8a5fb943a52a418140ec40d0a30b9ee2bc4c0e67.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild X-VCS-Directories: dev-python/rtimulib/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8a5fb943a52a418140ec40d0a30b9ee2bc4c0e67 X-VCS-Branch: master Date: Tue, 16 Apr 2019 23:29:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95038902-a9e1-4f23-8708-719b8ed5c4bb X-Archives-Hash: cd39664982880d89161aab21d9a9116e commit: 8a5fb943a52a418140ec40d0a30b9ee2bc4c0e67 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Tue Apr 16 23:27:02 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Apr 16 23:29:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5fb943 dev-python/rtimulib: arm64 stable (bug #682746) Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild index bef8c7d8c86..6ee90fec17b 100644 --- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild +++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~x86" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"