projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519327c
)
net-libs/webkit-gtk: fix ruby check for cross-compilation
author
Mart Raudsepp
<leio@gentoo.org>
Sun, 19 Jan 2020 10:08:43 +0000
(12:08 +0200)
committer
Mart Raudsepp
<leio@gentoo.org>
Sun, 19 Jan 2020 18:16:35 +0000
(20:16 +0200)
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
patch
|
blob
|
history
diff --git
a/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
b/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
index b2ae6bf0f10decc7f982acbd6394a0b07f4164a4..d8e82634b06a266467a1928ba1c4e11f43284d6b 100644
(file)
--- a/
net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
+++ b/
net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
@@
-203,7
+203,7
@@
src_configure() {
local rubyimpl
local ruby_interpreter=""
for rubyimpl in ${USE_RUBY}; do
- if has_version "virtual/rubygems[ruby_targets_${rubyimpl}]"; then
+ if has_version
--host-root
"virtual/rubygems[ruby_targets_${rubyimpl}]"; then
ruby_interpreter="-DRUBY_EXECUTABLE=$(type -P ${rubyimpl})"
fi
done