diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-10 17:23:48 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-14 18:27:04 +0800 |
commit | 1959413609c7abab9f2fba6a5266266926894d8f (patch) | |
tree | 63dac2a959cb67c3a1ea3579c84b7f8368d9721b /dev-python/flatbuffers | |
parent | dev-python/cbor2: keyword ~riscv (diff) | |
download | gentoo-1959413609c7abab9f2fba6a5266266926894d8f.tar.gz gentoo-1959413609c7abab9f2fba6a5266266926894d8f.tar.bz2 gentoo-1959413609c7abab9f2fba6a5266266926894d8f.zip |
dev-python/flatbuffers: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-python/flatbuffers')
-rw-r--r-- | dev-python/flatbuffers/flatbuffers-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild b/dev-python/flatbuffers/flatbuffers-2.0.ebuild index cc7f8d257ac8..379965a982c7 100644 --- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild +++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm arm64 x86" +KEYWORDS="amd64 arm arm64 ~riscv x86" |