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 27E5D138359 for ; Tue, 20 Oct 2020 17:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D21DE09ED; Tue, 20 Oct 2020 17:41: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 555EEE09ED for ; Tue, 20 Oct 2020 17:41: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 E53A8340D3C for ; Tue, 20 Oct 2020 17:41:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F45B3B1 for ; Tue, 20 Oct 2020 17:41:13 +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: <1603215665.87e3807f24c53169434fee013332b2eea24eb286.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydocstyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydocstyle/pydocstyle-5.1.1.ebuild X-VCS-Directories: dev-python/pydocstyle/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 87e3807f24c53169434fee013332b2eea24eb286 X-VCS-Branch: master Date: Tue, 20 Oct 2020 17:41:13 +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: 4967fc73-f0f0-49ac-b763-7319e9efc201 X-Archives-Hash: 67b4915a6753af6aae0fcf72460edb75 commit: 87e3807f24c53169434fee013332b2eea24eb286 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Oct 20 16:20:18 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Oct 20 17:41:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e3807f dev-python/pydocstyle: keyworded 5.1.1 for sparc, bug #747850 Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pydocstyle/pydocstyle-5.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild b/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild index b36305956d6..27587d1027c 100644 --- a/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild +++ b/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm64 ~ia64 x86" +KEYWORDS="amd64 arm64 ~ia64 ~sparc x86" RDEPEND="dev-python/snowballstemmer[${PYTHON_USEDEP}]"