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 E1120139337 for ; Tue, 27 Jul 2021 23:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09335E0863; Tue, 27 Jul 2021 23:11:31 +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 E374CE0863 for ; Tue, 27 Jul 2021 23:11:30 +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 B8E1F342C3D for ; Tue, 27 Jul 2021 23:11:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 446CC845 for ; Tue, 27 Jul 2021 23:11:28 +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: <1627427476.3db5d97d0d920647f95a6472a4b219fb7e0a271d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcparserlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild X-VCS-Directories: dev-python/funcparserlib/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3db5d97d0d920647f95a6472a4b219fb7e0a271d X-VCS-Branch: master Date: Tue, 27 Jul 2021 23:11:28 +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: 6d96a190-f165-4f23-bf3d-947f37ed6902 X-Archives-Hash: 40416e2f60ae9e6410ea5ca3febe3e66 commit: 3db5d97d0d920647f95a6472a4b219fb7e0a271d Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 27 22:36:49 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 27 23:11:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db5d97d dev-python/funcparserlib: keyword 0.3.6-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild index 1f1f660a98e..9b43c23a305 100644 --- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild +++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Recursive descent parsing library based on functional combinators" @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" python_test() { cd "${BUILD_DIR}"/lib || die