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 2EEBF138334 for ; Sat, 22 Jun 2019 14:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58266E08A2; Sat, 22 Jun 2019 14:13:12 +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 359FAE08A2 for ; Sat, 22 Jun 2019 14:13:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DB788346784 for ; Sat, 22 Jun 2019 14:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C86F4D3 for ; Sat, 22 Jun 2019 14:13:08 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1561212757.19d011c0f7865837f762796b2484aa2d4725506d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filelock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/filelock/filelock-3.0.10.ebuild X-VCS-Directories: dev-python/filelock/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 19d011c0f7865837f762796b2484aa2d4725506d X-VCS-Branch: master Date: Sat, 22 Jun 2019 14:13:08 +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: 5879f1cc-2b26-4a6e-8c0b-43ff4182bf50 X-Archives-Hash: 47eed8384120801b1e3ce52247529d19 commit: 19d011c0f7865837f762796b2484aa2d4725506d Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 22 14:12:37 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 22 14:12:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d011c0 dev-python/filelock: keyworded 3.0.10 for ppc/ppc64, bug #687200 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.67, Repoman-2.3.15 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/filelock/filelock-3.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/filelock/filelock-3.0.10.ebuild b/dev-python/filelock/filelock-3.0.10.ebuild index bc016f84b54..7aac4dec8b1 100644 --- a/dev-python/filelock/filelock-3.0.10.ebuild +++ b/dev-python/filelock/filelock-3.0.10.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/v${PV}.tar.gz -> LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"