diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-04-04 09:49:35 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-04-04 09:49:35 +0200 |
commit | 946a17e1c119af8893639800989c8f7361209f34 (patch) | |
tree | d3ab4947cc34da42cd71e95865d76128bca6a50b /app-portage/elsw | |
parent | dev-perl/Type-Tiny-XS: Stabilize 0.25.0 arm64, #902685 (diff) | |
download | gentoo-946a17e1c119af8893639800989c8f7361209f34.tar.gz gentoo-946a17e1c119af8893639800989c8f7361209f34.tar.bz2 gentoo-946a17e1c119af8893639800989c8f7361209f34.zip |
app-portage/elsw: Keyword 0.0.0-r1 riscv, #903741
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-portage/elsw')
-rw-r--r-- | app-portage/elsw/elsw-0.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/elsw/elsw-0.0.0-r1.ebuild b/app-portage/elsw/elsw-0.0.0-r1.ebuild index 1e0d5bf49807..1091938d70d0 100644 --- a/app-portage/elsw/elsw-0.0.0-r1.ebuild +++ b/app-portage/elsw/elsw-0.0.0-r1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" else inherit pypi - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" fi LICENSE="GPL-2+" |