mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 01:03:18 +02:00
haiti: v1.1.1
haiti 1.1.0 and 1.1.1 were released - https://github.com/noraj/haiti/releases - https://github.com/noraj/haiti/blob/master/docs/CHANGELOG.md It now supports ruby 3.0 and a new file was added (`commons.json`)
This commit is contained in:
parent
142c34a7cb
commit
6fe87e6bb5
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
USE_RUBY="ruby26 ruby27 ruby30"
|
||||
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="data/prototypes.json"
|
||||
|
||||
|
|
@ -24,4 +24,5 @@ ruby_add_rdepend "
|
|||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e 's|../data/prototypes.json|../prototypes.json|' lib/haiti.rb || die
|
||||
sed -i -e 's|../data/commons.json|../commons.json|' lib/haiti.rb || die
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue