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 4BF4315808D for ; Fri, 10 Sep 2021 10:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F188E094F; Fri, 10 Sep 2021 10:21:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 497DFE094F for ; Fri, 10 Sep 2021 10:21:36 +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 27E15340940 for ; Fri, 10 Sep 2021 10:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CB4F9B for ; Fri, 10 Sep 2021 10:21:33 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1631269285.75f6aabf6055618aa6ddf524e774a67229f38c00.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild X-VCS-Directories: dev-python/sphinx-notfound-page/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 75f6aabf6055618aa6ddf524e774a67229f38c00 X-VCS-Branch: master Date: Fri, 10 Sep 2021 10:21:33 +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: 52703f29-96f5-479a-87d6-c94465f828df X-Archives-Hash: 82b8584c97289dc52c1af0e0be30523e commit: 75f6aabf6055618aa6ddf524e774a67229f38c00 Author: Marek Szuba gentoo org> AuthorDate: Fri Sep 10 09:43:05 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Sep 10 10:21:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f6aabf dev-python/sphinx-notfound-page: keyword 0.7.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild index 8073b447a33..4a0f8bb9568 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{8..9} ) inherit distutils-r1 @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"