diff options
author | 2022-03-26 20:00:02 +0300 | |
---|---|---|
committer | 2022-03-26 20:00:02 +0300 | |
commit | feda44e90a890392bc6be684ff28eaeefa068a29 (patch) | |
tree | ad5580c55897711b1ebfd6e72977eea5bded86e6 /dev-python/trio | |
parent | dev-libs/kuserfeedback: Stabilize 1.2.0 arm64, #835888 (diff) | |
download | gentoo-feda44e90a890392bc6be684ff28eaeefa068a29.tar.gz gentoo-feda44e90a890392bc6be684ff28eaeefa068a29.tar.bz2 gentoo-feda44e90a890392bc6be684ff28eaeefa068a29.zip |
dev-python/trio: Stabilize 0.20.0 ALLARCHES, #836175
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/trio')
-rw-r--r-- | dev-python/trio/trio-0.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trio/trio-0.20.0.ebuild b/dev-python/trio/trio-0.20.0.ebuild index 4d8c69bb7ba7..5611597d176c 100644 --- a/dev-python/trio/trio-0.20.0.ebuild +++ b/dev-python/trio/trio-0.20.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86" RDEPEND=" >=dev-python/async_generator-1.9[${PYTHON_USEDEP}] |