diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-28 22:22:13 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-28 23:08:06 +0200 |
commit | dce983d7234a25e24e88f628ae923ef22f0530b1 (patch) | |
tree | d82eb7ec330876079be4824952e750338d886421 /dev-python/requestsexceptions | |
parent | dev-python/statsd: keyword 3.3.0 for ~riscv (diff) | |
download | gentoo-dce983d7234a25e24e88f628ae923ef22f0530b1.tar.gz gentoo-dce983d7234a25e24e88f628ae923ef22f0530b1.tar.bz2 gentoo-dce983d7234a25e24e88f628ae923ef22f0530b1.zip |
dev-python/requestsexceptions: keyword 1.4.0 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild index 2e3f56bca881..8009ee3bc158 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND}" |