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 CE8251580B9 for ; Tue, 24 Aug 2021 21:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDD10E08A2; Tue, 24 Aug 2021 21:02:29 +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 D99FBE08A2 for ; Tue, 24 Aug 2021 21:02:29 +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 9F501340970 for ; Tue, 24 Aug 2021 21:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C89C78E6 for ; Tue, 24 Aug 2021 21:02:24 +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: <1629838928.1a2e28322078ef2c183af6afd30aa7dbba822eca.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bsddb3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bsddb3/bsddb3-6.2.9.ebuild X-VCS-Directories: dev-python/bsddb3/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1a2e28322078ef2c183af6afd30aa7dbba822eca X-VCS-Branch: master Date: Tue, 24 Aug 2021 21:02:24 +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: 343dd12c-52c6-425d-97e0-5f346cda6091 X-Archives-Hash: 04a5ba57b1ef16e23718d125195534c2 commit: 1a2e28322078ef2c183af6afd30aa7dbba822eca Author: Marek Szuba gentoo org> AuthorDate: Tue Aug 24 20:49:24 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Aug 24 21:02:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2e2832 dev-python/bsddb3: keyword 6.2.9 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/bsddb3/bsddb3-6.2.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bsddb3/bsddb3-6.2.9.ebuild b/dev-python/bsddb3/bsddb3-6.2.9.ebuild index b30ba33d00f..06f089aafd6 100644 --- a/dev-python/bsddb3/bsddb3-6.2.9.ebuild +++ b/dev-python/bsddb3/bsddb3-6.2.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_IN_SOURCE_BUILD=1 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" RDEPEND="