diff options
Diffstat (limited to 'dev-cpp/tomlplusplus')
-rw-r--r-- | dev-cpp/tomlplusplus/Manifest | 2 | ||||
-rw-r--r-- | dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/tomlplusplus/Manifest b/dev-cpp/tomlplusplus/Manifest index 25aaba8af291..03af8beefa1f 100644 --- a/dev-cpp/tomlplusplus/Manifest +++ b/dev-cpp/tomlplusplus/Manifest @@ -1,3 +1,3 @@ DIST tomlplusplus-3.4.0.gh.tar.gz 1294731 BLAKE2B 9495ccd78707ced11744eab7c1c0bf0c0c28e283d186195bb48d1059bae7eb1a874bc964b0fc45210fd73ffd7485ecf3e1159da227d0e1c8ff249e79c08eecf0 SHA512 c227fc8147c9459b29ad24002aaf6ab2c42fac22ea04c1c52b283a0172581ccd4527b33c1931e0ef0d1db6b6a53f9e9882c6d4231c7f3494cf070d0220741aa5 -EBUILD tomlplusplus-3.4.0.ebuild 811 BLAKE2B 20bb25cd7ebde259e667ca88e52fd85f9a3aeb01d3c604d7a41f2d54ece14a83ef5cad700b6c54d99cb1edce45b7441f1fac42552a7e02f66d70cd3251b193f9 SHA512 1f4a4db8fcea8557d1f8151a1b2245ccf3bedcd3267151cec14028fc1863082c635e785e288f0b0e22b285eb81f8957058af92469235b98dd30522e020c1a836 +EBUILD tomlplusplus-3.4.0.ebuild 810 BLAKE2B f568c306b89ad24abe030e90f1bbd5d1ec3dbb029809238029fcf1b9dae549465928f400d5f06f7414adb6ebdbc8752d802ab3b8ae04e437da9c9ddf2ba72152 SHA512 52c10332af2dac27ceb9bc5ae49a154a01eff34c80aa77a3b67f5944c1586e33d51256b133944b8d3adda8ab0617cd6a1bc187320c447647ee8ff3bfdb7596ee MISC metadata.xml 472 BLAKE2B 0b7b57b4dab3fe1f942c50c85a29550ded25998479db8e0b3a4502eca56e572047ede8085242c276fc5cce8e59a8991aa8866f695a761987aee8eb02b4d64783 SHA512 e5ded89974456e4731779fd95a11a380b32dda742e0355296f40b87062cfc960faac563bb4a7cb9f97dac2ad0744193d96383c9b3ea8688776444f9021d93055 diff --git a/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild b/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild index a8811238d6c3..c588c3a39fd9 100644 --- a/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild +++ b/dev-cpp/tomlplusplus/tomlplusplus-3.4.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/marzer/tomlplusplus/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" IUSE="test" RESTRICT="!test? ( test )" |