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 D9C1613933E for ; Sun, 1 Aug 2021 22:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE021E09C4; Sun, 1 Aug 2021 22:07:57 +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 A2A8CE09C4 for ; Sun, 1 Aug 2021 22:07:57 +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 655AB343BEE for ; Sun, 1 Aug 2021 22:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 000E1851 for ; Sun, 1 Aug 2021 22:07:55 +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: <1627855509.3be55c78a48e604fda5d71dce04d1d96afd7081d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/solo-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/solo-python/solo-python-0.0.30.ebuild X-VCS-Directories: sys-auth/solo-python/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3be55c78a48e604fda5d71dce04d1d96afd7081d X-VCS-Branch: master Date: Sun, 1 Aug 2021 22:07:55 +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: 677a7663-63d9-4cb7-a3cf-89fde76db663 X-Archives-Hash: 52f996b2258702d22d82860a7a9ac41a commit: 3be55c78a48e604fda5d71dce04d1d96afd7081d Author: Marek Szuba gentoo org> AuthorDate: Sun Aug 1 22:05:06 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Aug 1 22:05:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be55c78 sys-auth/solo-python: keyword 0.0.30 for ~riscv, EAPI 7 -> 8 Signed-off-by: Marek Szuba gentoo.org> sys-auth/solo-python/solo-python-0.0.30.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-auth/solo-python/solo-python-0.0.30.ebuild b/sys-auth/solo-python/solo-python-0.0.30.ebuild index 9c5f1048ec4..e8cd0529f6d 100644 --- a/sys-auth/solo-python/solo-python-0.0.30.ebuild +++ b/sys-auth/solo-python/solo-python-0.0.30.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml @@ -15,7 +15,7 @@ SRC_URI="https://github.com/solokeys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 MIT" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~riscv" RDEPEND=">=dev-python/click-7.1.0[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}]