diff options
author | Yu Gu <guyu2876@gmail.com> | 2023-02-21 12:01:35 +0800 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-21 01:03:56 -0500 |
commit | f13037e23ae2945fcd7ed2bbe242c5db32fee647 (patch) | |
tree | a1bbaead48ecd76be9aa1d978fc57ad2df225e52 /dev-cpp | |
parent | sys-apps/most: Stabilize 5.2.0 x86, #895638 (diff) | |
download | gentoo-f13037e23ae2945fcd7ed2bbe242c5db32fee647.tar.gz gentoo-f13037e23ae2945fcd7ed2bbe242c5db32fee647.tar.bz2 gentoo-f13037e23ae2945fcd7ed2bbe242c5db32fee647.zip |
dev-cpp/rapidyaml: Keyword 0.5.0 riscv, #895644
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild index 84cf212c458f..bfb67241cda1 100644 --- a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild +++ b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild @@ -26,7 +26,7 @@ S="${WORKDIR}/${P}-src" LICENSE="MIT Boost-1.0 BSD" SLOT="0/${PV}" -KEYWORDS="amd64 arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 ~riscv x86" IUSE="debug test" RESTRICT="!test? ( test )" |