summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-02-11 00:55:09 +0000
committerNaohiro Aota <naota@gentoo.org>2013-02-11 00:55:09 +0000
commit4d7453fb6c5cc25b1cea259c4bd0160d673e2adf (patch)
treedcc54203c252b6155081fe6c90c769d35cb65912 /app-text/migemo/files
parentinitial import wrt #413367 (diff)
downloadgentoo-2-4d7453fb6c5cc25b1cea259c4bd0160d673e2adf.tar.gz
gentoo-2-4d7453fb6c5cc25b1cea259c4bd0160d673e2adf.tar.bz2
gentoo-2-4d7453fb6c5cc25b1cea259c4bd0160d673e2adf.zip
Update the patch to deal with dev-ruby/bsearch change. #455258
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-text/migemo/files')
-rw-r--r--app-text/migemo/files/migemo-0.40-ruby-ng.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/migemo/files/migemo-0.40-ruby-ng.patch b/app-text/migemo/files/migemo-0.40-ruby-ng.patch
index 381049b3d799..2ef90a97d74a 100644
--- a/app-text/migemo/files/migemo-0.40-ruby-ng.patch
+++ b/app-text/migemo/files/migemo-0.40-ruby-ng.patch
@@ -41,7 +41,7 @@
echo -n "checking Ruby/Bsearch... "
-if ruby -rbsearch -e 'exit(if Bsearch::VERSION >= "1.2" then 0 else 1 end)'; then
-+if $RUBY -rbsearch -e 'exit(if Bsearch::VERSION >= "1.2" then 0 else 1 end)'; then
++if $RUBY -rbsearch -e 'require "bsearch"; exit(if Bsearch::VERSION >= "1.2" then 0 else 1 end)'; then
echo found
else
echo not found