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 711581382C5 for ; Fri, 12 Mar 2021 19:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBBAFE0AFC; Fri, 12 Mar 2021 19:27:59 +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 B56BDE0AFC for ; Fri, 12 Mar 2021 19:27:59 +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 B620A340D1C for ; Fri, 12 Mar 2021 19:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5517D46C for ; Fri, 12 Mar 2021 19:27:27 +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: <1615577237.0cc7ad6588161707f84ce9bc19c66569e7b76cb1.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-std-pathlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4-r2.ebuild X-VCS-Directories: dev-python/ruamel-std-pathlib/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0cc7ad6588161707f84ce9bc19c66569e7b76cb1 X-VCS-Branch: master Date: Fri, 12 Mar 2021 19:27:27 +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: 52362e68-b598-4107-9dcc-1d2ea821672b X-Archives-Hash: 91a1d1b5cd02be759fe403a994b658ad commit: 0cc7ad6588161707f84ce9bc19c66569e7b76cb1 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Mar 12 19:08:45 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Mar 12 19:27:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc7ad65 dev-python/ruamel-std-pathlib: keyworded 0.6.4-r2 for hppa keyworded wrt bug #775242 Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4-r2.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4-r2.ebuild index 328aa240f44..0a3b007e5c3 100644 --- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4-r2.ebuild +++ b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.6.4-r2.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz -> ${P}.t LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~x86" RDEPEND="dev-python/namespace-ruamel[${PYTHON_USEDEP}]"