commit:     9dbf2b36f30797c1871979615ce98bacf1cad7ba
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Wed Aug 26 23:30:24 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 09:55:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbf2b36

games-arcade/open-supaplex: don't require rubygems

Closes: https://bugs.gentoo.org/739126
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/17274
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-arcade/open-supaplex/open-supaplex-7.1.2.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 73f47b1b310..342e8a21d5f 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() {

Reply via email to