diff options
author | 2022-01-08 19:02:51 +0100 | |
---|---|---|
committer | 2022-01-08 19:02:51 +0100 | |
commit | 412fb1f622689241b2a90cd8fcf02259c0c7cdce (patch) | |
tree | a541dbdf7e8a253683d13aad00d1135e8d62ecb8 /dev-python/google-api-core | |
parent | sci-mathematics/z3: Stabilize 4.8.13 amd64, #830771 (diff) | |
download | gentoo-412fb1f622689241b2a90cd8fcf02259c0c7cdce.tar.gz gentoo-412fb1f622689241b2a90cd8fcf02259c0c7cdce.tar.bz2 gentoo-412fb1f622689241b2a90cd8fcf02259c0c7cdce.zip |
dev-python/google-api-core: Stabilize 2.3.1 ALLARCHES, #830789
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/google-api-core')
-rw-r--r-- | dev-python/google-api-core/google-api-core-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/google-api-core/google-api-core-2.3.1.ebuild b/dev-python/google-api-core/google-api-core-2.3.1.ebuild index f67642816e93..0c6e40af4dcf 100644 --- a/dev-python/google-api-core/google-api-core-2.3.1.ebuild +++ b/dev-python/google-api-core/google-api-core-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${P//google/python}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" dev-python/namespace-google[${PYTHON_USEDEP}] |