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 3B307138359 for ; Wed, 4 Nov 2020 05:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C359EE0954; Wed, 4 Nov 2020 05:32:49 +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 AA43DE0953 for ; Wed, 4 Nov 2020 05:32:49 +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 9FA27340B54 for ; Wed, 4 Nov 2020 05:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D734F446 for ; Wed, 4 Nov 2020 05:32:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604467743.d3494f2c89d56fe220fecbbd801aed1d145ef311.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathtools/pathtools-0.1.2-r3.ebuild X-VCS-Directories: dev-python/pathtools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3494f2c89d56fe220fecbbd801aed1d145ef311 X-VCS-Branch: master Date: Wed, 4 Nov 2020 05:32:44 +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: d2ffa309-2aa3-481d-995f-a6ffb33c5ae1 X-Archives-Hash: 9973cf7d5749c6c1045a3628cb8043d3 commit: d3494f2c89d56fe220fecbbd801aed1d145ef311 Author: Sam James gentoo org> AuthorDate: Wed Nov 4 05:29:03 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 4 05:29:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3494f2c dev-python/pathtools: Stabilize 0.1.2-r3 arm64, #749774 Signed-off-by: Sam James gentoo.org> dev-python/pathtools/pathtools-0.1.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pathtools/pathtools-0.1.2-r3.ebuild b/dev-python/pathtools/pathtools-0.1.2-r3.ebuild index 8752b31bb00..eeba9a30869 100644 --- a/dev-python/pathtools/pathtools-0.1.2-r3.ebuild +++ b/dev-python/pathtools/pathtools-0.1.2-r3.ebuild @@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" +KEYWORDS="amd64 ~arm arm64 ~ppc x86"