diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-06-25 18:42:13 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-06-25 18:42:13 +0200 |
commit | c471ee7f812d43f94cc4221de8d7b8759396da89 (patch) | |
tree | 07b3e13b1e1c540a0602f536fdd01288521e82e2 /app-misc/rlwrap | |
parent | sys-apps/openrc: add caps use flag (diff) | |
download | gentoo-c471ee7f812d43f94cc4221de8d7b8759396da89.tar.gz gentoo-c471ee7f812d43f94cc4221de8d7b8759396da89.tar.bz2 gentoo-c471ee7f812d43f94cc4221de8d7b8759396da89.zip |
app-misc/rlwrap: Keyword 0.46.1 riscv, #893500
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.46.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.46.1.ebuild b/app-misc/rlwrap/rlwrap-0.46.1.ebuild index 69b0699d4470..5360178dcef2 100644 --- a/app-misc/rlwrap/rlwrap-0.46.1.ebuild +++ b/app-misc/rlwrap/rlwrap-0.46.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/${PV}/${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm64 ~mips ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug" RDEPEND=" |