diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-07-26 10:45:11 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-07-26 10:45:11 +0200 |
commit | 5edc14f5a9fa03d8112660452db7da82f4c84b69 (patch) | |
tree | a44dd49e30de659c3359bc04078946fced770066 /app-containers/distrobox | |
parent | net-misc/tinyssh: Use pkg-config instead of hardcoding libsodium flags (diff) | |
download | gentoo-5edc14f5a9fa03d8112660452db7da82f4c84b69.tar.gz gentoo-5edc14f5a9fa03d8112660452db7da82f4c84b69.tar.bz2 gentoo-5edc14f5a9fa03d8112660452db7da82f4c84b69.zip |
app-containers/distrobox: Keyword 1.5.0.2 riscv, #911189
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-containers/distrobox')
-rw-r--r-- | app-containers/distrobox/distrobox-1.5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/distrobox/distrobox-1.5.0.2.ebuild b/app-containers/distrobox/distrobox-1.5.0.2.ebuild index 222e12a7952b..123c5f82a360 100644 --- a/app-containers/distrobox/distrobox-1.5.0.2.ebuild +++ b/app-containers/distrobox/distrobox-1.5.0.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" fi LICENSE="GPL-3" # GPL-3.0-only ! |