diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /games-action/violetland | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'games-action/violetland')
-rw-r--r-- | games-action/violetland/Manifest | 2 | ||||
-rw-r--r-- | games-action/violetland/violetland-0.5.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games-action/violetland/Manifest b/games-action/violetland/Manifest index 4d33f13c9e36..2a1630558319 100644 --- a/games-action/violetland/Manifest +++ b/games-action/violetland/Manifest @@ -1,3 +1,3 @@ DIST violetland-0.5-source-with-dependencies.tar.gz 11495885 BLAKE2B 33c3e8a8955ddc416c66c761681dce337ecccdb52ae7be3777124f4854c325436296ea5614100527a3e5be6c4d3a3cf2dffb2336037d5e904b50e2ae843d0fc4 SHA512 9b00fa600332c956c49bc5906f373c0dfff08a13320617014942ac4dbc199de8f84bef87ed218b38812ae3c53622e9148aa4463c4ea219056360bff1c73b7f88 -EBUILD violetland-0.5.ebuild 1323 BLAKE2B bf4250c8ad846772ccb6007faf1c97bf95d51bf8667ed1c3e7cce43c872b499fce5139654a906af23a13ef5fb90a5b8133f3bba867bcdb3751dc706f102c2034 SHA512 a14ec721673fce2f580a962aa3c9088203d288ad175a56efa3bbd5d6a54fee0f42fc64c372404daf49416ffbd57869b48c396e99528fd1ba806e415e58dd70f4 +EBUILD violetland-0.5.ebuild 1299 BLAKE2B 488fb71e60a9a93bd9076d904971bb35d44a238d18fe7a5c87cb4bcf10faecd47d761a3c1b27e172d863966f9e08e8f6bb579aac6da3cd8169fed135b29bc587 SHA512 0435eb75a51fdd7f0d18ba28c84667f46bc90d63649e62847ed6d2fea62d4d4961a03f39f5bb611a94d9cba070f705f8cefd0605079a423b7f4cb36aad25057c MISC metadata.xml 333 BLAKE2B 86b30e29ee29f1969c8e4d24fd673f5c0a5037d96871b22be526619e8311b7bdac18ac82fcbc3e3828a6f371edf6e8a4d4aaaa683ae047faf6f3f615ecac51fd SHA512 d5c43d9e7544a4310b3f9f434c16dfc524234f35cff0a483f6bfcf80efb2f59d802cb5e8d5303839271542c496eccd8efea24e5abdb0e2ac62abdd851d8efe15 diff --git a/games-action/violetland/violetland-0.5.ebuild b/games-action/violetland/violetland-0.5.ebuild index 7078f00ebd3f..318f5c2470ac 100644 --- a/games-action/violetland/violetland-0.5.ebuild +++ b/games-action/violetland/violetland-0.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils desktop xdg-utils +inherit cmake desktop xdg-utils DESCRIPTION="Help a girl named Violet in the struggle with hordes of monsters" HOMEPAGE="https://violetland.github.io/" @@ -29,7 +29,7 @@ BDEPEND=" " src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # Bizarrely fcitx is only bundled for a CMake module to find libintl # but let's make sure the rest remains unused. @@ -42,11 +42,11 @@ src_configure() { -DLOCALE_INSTALL_DIR=share/locale ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install dodoc CHANGELOG.md CONTRIBUTORS.md # Remove duplicate READMEs. |