summaryrefslogtreecommitdiff
path: root/games-arcade/open-supaplex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /games-arcade/open-supaplex
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'games-arcade/open-supaplex')
-rw-r--r--games-arcade/open-supaplex/Manifest2
-rw-r--r--games-arcade/open-supaplex/open-supaplex-7.1.2.ebuild7
2 files changed, 7 insertions, 2 deletions
diff --git a/games-arcade/open-supaplex/Manifest b/games-arcade/open-supaplex/Manifest
index 6c7303c50599..60a9c6ec92d5 100644
--- a/games-arcade/open-supaplex/Manifest
+++ b/games-arcade/open-supaplex/Manifest
@@ -1,4 +1,4 @@
AUX open-supaplex.svg 1613 BLAKE2B 8f5a6061239d9e573792890d2c2dcff6ba34e113832fc033d53c99af1ab9ffa8139465dc3b37b7dae0861db33d15cffa5da01d7a4ac69e7c66bf9d8b461fc553 SHA512 3a9a1f7fc9b0dd493e995d0dd3786067e53160a7ba0f3506282475cd2eaf6a6dd392bcfe925308845f331c7cdc4f1df872dcb1be7727e89d01ac6942100e8eeb
DIST open-supaplex-7.1.2.tar.gz 50157943 BLAKE2B 74811edf2dbf65b21fc502703ecadaa293ac5219e0c17b6876a6c6d81c46456d3d06717b56124ce5a675dbfa2c228235479ab8e5baf33fc3618576936dc9b62c SHA512 960c916d9af142511c755babeed24e4cde71bf9b61a5d77b988c45dc9fb9065ca6c65f07b72a2c413a1a7a5158da597f72e9d4d907de9585c4a6cc410e6134f6
-EBUILD open-supaplex-7.1.2.ebuild 1249 BLAKE2B c797ce6eb943a131a8f919ed3ec24a198178c1fc4d25947295b52fda1ea69a996d3759189263275a2c91446b30b421958ea1a1fd971d40d99e92958931f804a7 SHA512 754b0186a1bf6584e3535a5c1434ebc34f2019083a3e88d4c2f2f9e9ef0d2729027f3e5ab2549e2494cfb666778ae9b645951bed57156840bdeca871b29cf844
+EBUILD open-supaplex-7.1.2.ebuild 1572 BLAKE2B 9907a832210ba7760ab5eddecb2ba6b27b6436468f6361c958c02fda60b9df978e2a504ce44a503d8f99b35670fec7438204ad491cbdd108881de0b21b2ee8e7 SHA512 eafab6bbe277abb404ca6cc86d625ca835729bc3dfa1a68e5fbd96843e665eb7a258b10fda6239f9356b34a0bbbb41fabafafb9a8bb0b89b3ef5492f97dc24d6
MISC metadata.xml 575 BLAKE2B dab25c54577e9b6bf3dcc8cce583ad18fa691b72feaa39e4326b9d9d4e6aecfdfc0663f512b96bbae9de9ba988777305ad20067d3c18e1752c6c10c890571064 SHA512 adb54e7ed6b9d17fb2d5ac4442e8ab2a7fa697632fe5a25519f96c6bd527a60f70a4c2460edf8046edfcf3046f31223c463f27d582ecf8b508d6a1dbc4de79a3
diff --git a/games-arcade/open-supaplex/open-supaplex-7.1.2.ebuild b/games-arcade/open-supaplex/open-supaplex-7.1.2.ebuild
index 73f47b1b3109..342e8a21d5f7 100644
--- a/games-arcade/open-supaplex/open-supaplex-7.1.2.ebuild
+++ b/games-arcade/open-supaplex/open-supaplex-7.1.2.ebuild
@@ -38,7 +38,12 @@ src_test() {
# Avoid installing savegames, configs, etc, if any were written during the test
cp -R resources "${T}/test" || die
cd tests || die
- OPENSUPAPLEX_PATH="${T}/test" ./run-tests.rb ./opensupaplex || die
+ # gems are not used by the test, but by default ruby fails to start if
+ # dev-ruby/rubygems is not installed. dev-lang/ruby depends on that package
+ # via PDEPEND which is why it's not available if ruby was pulled as a
+ # dependency to open-supaplex on clean machine.
+ # https://bugs.gentoo.org/739126
+ OPENSUPAPLEX_PATH="${T}/test" ruby --disable=gems ./run-tests.rb ./opensupaplex || die
}
src_install() {