diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-01-05 20:42:25 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-01-05 20:42:25 +0100 |
commit | 89e35b7c61126fc29d62977d26a6a4de680e309c (patch) | |
tree | ec636ba42842e365e53248942c0be285bec94882 /dev-cpp | |
parent | gnome-extra/gnome-software: add 45.3 (diff) | |
download | gentoo-89e35b7c61126fc29d62977d26a6a4de680e309c.tar.gz gentoo-89e35b7c61126fc29d62977d26a6a4de680e309c.tar.bz2 gentoo-89e35b7c61126fc29d62977d26a6a4de680e309c.zip |
dev-cpp/tomlplusplus: Keyword 3.4.0 riscv, #921389
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild b/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild index c239fca55478..a8811238d6c3 100644 --- a/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild +++ b/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.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 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/marzer/tomlplusplus/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" IUSE="test" RESTRICT="!test? ( test )" |