diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2020-12-04 10:29:54 -0800 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2020-12-04 10:29:54 -0800 |
commit | e161ea9297508d70ecb8dc482b58dbf7c82ed3db (patch) | |
tree | fc885700ece90d2d35f92535d17628e589587eee /dev-python/absl-py | |
parent | net-wireless/gqrx: bump (diff) | |
download | gentoo-e161ea9297508d70ecb8dc482b58dbf7c82ed3db.tar.gz gentoo-e161ea9297508d70ecb8dc482b58dbf7c82ed3db.tar.bz2 gentoo-e161ea9297508d70ecb8dc482b58dbf7c82ed3db.zip |
dev-python/absl-py: keyword for arm/arm64 devices
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
Diffstat (limited to 'dev-python/absl-py')
-rw-r--r-- | dev-python/absl-py/absl-py-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/absl-py/absl-py-0.10.0.ebuild b/dev-python/absl-py/absl-py-0.10.0.ebuild index 12fccf9e0dab..520ea6be65ed 100644 --- a/dev-python/absl-py/absl-py-0.10.0.ebuild +++ b/dev-python/absl-py/absl-py-0.10.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/abseil/abseil-py/archive/pypi-v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}] |