diff options
author | Sam James <sam@gentoo.org> | 2023-01-11 03:30:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-11 03:30:40 +0000 |
commit | 1561a03e02b109bb83a1a7dad51c73b1ec1f751e (patch) | |
tree | a5a16fa66aaefd10640aae9f4d9b7a6f51b359b9 /dev-cpp | |
parent | sys-devel/gdb: drop 11.2 (diff) | |
download | gentoo-1561a03e02b109bb83a1a7dad51c73b1ec1f751e.tar.gz gentoo-1561a03e02b109bb83a1a7dad51c73b1ec1f751e.tar.bz2 gentoo-1561a03e02b109bb83a1a7dad51c73b1ec1f751e.zip |
dev-cpp/rapidyaml: Stabilize 0.5.0 arm64, #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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild index 738de6a6b12d..10dbe4e8cdf3 100644 --- a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild +++ b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |