diff options
author | Sam James <sam@gentoo.org> | 2023-01-11 05:07:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-11 05:07:24 +0000 |
commit | 5f8751fbbcc6686c17bbba174b74773fe2d546e4 (patch) | |
tree | 673a83ee0aee8f48cd8b95937c4c4207e043cf0d /dev-cpp | |
parent | app-emacs/emms: bump to 13 (diff) | |
download | gentoo-5f8751fbbcc6686c17bbba174b74773fe2d546e4.tar.gz gentoo-5f8751fbbcc6686c17bbba174b74773fe2d546e4.tar.bz2 gentoo-5f8751fbbcc6686c17bbba174b74773fe2d546e4.zip |
dev-cpp/rapidyaml: Stabilize 0.5.0 ppc64, #890350
Signed-off-by: Sam James <sam@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 10dbe4e8cdf3..cd3e88059385 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 ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |