mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 07:44:52 +01:00
metasploit-concern: you can't just add ruby27 to things when the deps don't exist. you break the dep tree. use repoman || die
This commit is contained in:
parent
0af9bbbbcc
commit
cc56de6003
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
USE_RUBY="ruby26"
|
||||
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="app spec"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
USE_RUBY="ruby26"
|
||||
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="app spec"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
USE_RUBY="ruby26"
|
||||
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="spec"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue