diff options
author | Sam James <sam@gentoo.org> | 2022-07-24 17:26:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-24 17:26:44 +0100 |
commit | d8f7eeb133eb18fe410f4773083475edfaad7dcb (patch) | |
tree | f19558a83f6fd6ee1622641089a0a6f56235d8b8 | |
parent | dev-python/boto3: Stabilize 1.24.26 ALLARCHES, #860486 (diff) | |
download | gentoo-d8f7eeb133eb18fe410f4773083475edfaad7dcb.tar.gz gentoo-d8f7eeb133eb18fe410f4773083475edfaad7dcb.tar.bz2 gentoo-d8f7eeb133eb18fe410f4773083475edfaad7dcb.zip |
dev-python/botocore: Stabilize 1.27.26 ALLARCHES, #860486
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/botocore/botocore-1.27.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.27.26.ebuild b/dev-python/botocore/botocore-1.27.26.ebuild index 830c713f6036..7cd0e672f49a 100644 --- a/dev-python/botocore/botocore-1.27.26.ebuild +++ b/dev-python/botocore/botocore-1.27.26.ebuild @@ -21,7 +21,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |