mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
cewl: fix deps so x86 works
This commit is contained in:
parent
d58ad8e495
commit
f40c49f2a9
2 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ ruby_add_rdepend "dev-ruby/nokogiri
|
|||
dev-ruby/spider
|
||||
dev-ruby/mini_exiftool
|
||||
dev-ruby/rubyzip:*
|
||||
dev-ruby/mime-types:*"
|
||||
>=dev-ruby/mime-types-3.3.1:*"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i "s|require './cewl_lib'|require 'cewl_lib'|g" ${MY_P}/cewl.rb || die
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ dev-ruby/autoprefixer-rails:10
|
|||
|
||||
#required by cewl Pentoo packages
|
||||
dev-ruby/mini_exiftool
|
||||
dev-ruby/mime-types amd64
|
||||
|
||||
# Pentoo ebuilds:
|
||||
dev-ruby/hrr_rb_ssh
|
||||
|
|
|
|||
Loading…
Reference in a new issue