diff options
author | Sam James <sam@gentoo.org> | 2023-04-14 05:02:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-14 05:02:54 +0100 |
commit | db585e6830ea0568c89190e70422af7ea85da8aa (patch) | |
tree | 5f3832bd49339f8c1a03753dae7f8a88add94425 /dev-python | |
parent | dev-libs/keystone: Keyword 0.9.2-r1 arm64, #888513 (diff) | |
download | gentoo-db585e6830ea0568c89190e70422af7ea85da8aa.tar.gz gentoo-db585e6830ea0568c89190e70422af7ea85da8aa.tar.bz2 gentoo-db585e6830ea0568c89190e70422af7ea85da8aa.zip |
dev-python/filebytes: Keyword 0.10.2 arm64, #888513
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/filebytes/filebytes-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index b6bf4b4811bb..bd7e504db318 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/sashs/filebytes" else SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~arm ~ppc x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" fi LICENSE="BSD" |