diff options
author | 2021-01-05 21:02:46 +0000 | |
---|---|---|
committer | 2021-01-05 21:02:46 +0000 | |
commit | 3a964b30f1f6c95893b171391879aedadc3e5c83 (patch) | |
tree | 0438c12eb2866d14aa48775c8764a922f014ca07 | |
parent | dev-python/pathspec: Stabilize 0.8.1 ALLARCHES, #763759 (diff) | |
download | gentoo-3a964b30f1f6c95893b171391879aedadc3e5c83.tar.gz gentoo-3a964b30f1f6c95893b171391879aedadc3e5c83.tar.bz2 gentoo-3a964b30f1f6c95893b171391879aedadc3e5c83.zip |
dev-python/multidict: Stabilize 5.1.0 arm64, #763765
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/multidict/multidict-5.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/multidict/multidict-5.1.0.ebuild b/dev-python/multidict/multidict-5.1.0.ebuild index 1d0bc89295ad..9dfc7e4f0c2b 100644 --- a/dev-python/multidict/multidict-5.1.0.ebuild +++ b/dev-python/multidict/multidict-5.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" BDEPEND=" >=dev-python/cython-0.28.4[${PYTHON_USEDEP}] |