diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-14 11:59:53 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-14 11:59:53 +0200 |
commit | 487e8f77035714c4bf4c1a1441b02988e3b371a8 (patch) | |
tree | 68227526ba74b141ab68ee2e2b2809a4cd62a8c8 /dev-python/filebytes | |
parent | dev-libs/keystone: Keyword 0.9.2-r1 ppc, #888513 (diff) | |
download | gentoo-487e8f77035714c4bf4c1a1441b02988e3b371a8.tar.gz gentoo-487e8f77035714c4bf4c1a1441b02988e3b371a8.tar.bz2 gentoo-487e8f77035714c4bf4c1a1441b02988e3b371a8.zip |
dev-python/filebytes: Keyword 0.10.2 ppc, #888513
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/filebytes')
-rw-r--r-- | dev-python/filebytes/filebytes-0.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index 00131e1c6b82..5b7fcb7de0d4 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~ppc x86" fi LICENSE="BSD" |