diff options
author | Sam James <sam@gentoo.org> | 2020-08-18 05:17:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-18 05:17:37 +0000 |
commit | ca3432494a141d168ce8f562e6180bf1ce626713 (patch) | |
tree | d06aa7560561841c98cf98be94df8a27d0edb770 /dev-python/google-auth | |
parent | dev-python/libtmux-0.8.3: Version bump (diff) | |
download | gentoo-ca3432494a141d168ce8f562e6180bf1ce626713.tar.gz gentoo-ca3432494a141d168ce8f562e6180bf1ce626713.tar.bz2 gentoo-ca3432494a141d168ce8f562e6180bf1ce626713.zip |
dev-python/google-auth: arm64 keyworded (bug #723912)
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/google-auth')
-rw-r--r-- | dev-python/google-auth/google-auth-1.14.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/google-auth/google-auth-1.14.3-r2.ebuild b/dev-python/google-auth/google-auth-1.14.3-r2.ebuild index 85a715d1fe57..a30fb1aa53a9 100644 --- a/dev-python/google-auth/google-auth-1.14.3-r2.ebuild +++ b/dev-python/google-auth/google-auth-1.14.3-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |