diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-10 15:34:43 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-14 18:26:23 +0800 |
commit | e83e121320091e9f20e8cb7673f27ba5ddc53c72 (patch) | |
tree | 4cfb2ecaa45619dc8ec5ad069cb8bdfbfb26848a /dev-python/python-editor | |
parent | dev-python/pyqrcode: keyword ~riscv (diff) | |
download | gentoo-e83e121320091e9f20e8cb7673f27ba5ddc53c72.tar.gz gentoo-e83e121320091e9f20e8cb7673f27ba5ddc53c72.tar.bz2 gentoo-e83e121320091e9f20e8cb7673f27ba5ddc53c72.zip |
dev-python/python-editor: 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/python-editor')
-rw-r--r-- | dev-python/python-editor/python-editor-1.0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild index 89dfe73ab973..7269812c4253 100644 --- a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild +++ b/dev-python/python-editor/python-editor-1.0.4-r1.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/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" |