diff options
author | Raymond Wong <infiwang@pm.me> | 2022-05-11 01:14:48 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-10 19:20:16 +0200 |
commit | 6024b640019ca55d6977e3836fb678d107e07e5e (patch) | |
tree | 19bac6106e600ecd90ab74549382d8815ba8f1fc /app-misc | |
parent | app-misc/reptyr: add riscv64 support (diff) | |
download | gentoo-6024b640019ca55d6977e3836fb678d107e07e5e.tar.gz gentoo-6024b640019ca55d6977e3836fb678d107e07e5e.tar.bz2 gentoo-6024b640019ca55d6977e3836fb678d107e07e5e.zip |
app-misc/reptyr: keyword 0.8.0 for ~riscv
Signed-off-by: Raymond Wong <infiwang@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/25422
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/reptyr/reptyr-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/reptyr/reptyr-0.8.0.ebuild b/app-misc/reptyr/reptyr-0.8.0.ebuild index 012379e3b3ed..6bfa5e3f6049 100644 --- a/app-misc/reptyr/reptyr-0.8.0.ebuild +++ b/app-misc/reptyr/reptyr-0.8.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" RESTRICT="test" |