From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACC441396D0 for ; Sat, 12 Aug 2017 14:29:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE3D9E0E95; Sat, 12 Aug 2017 14:29:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8DC1E0E95 for ; Sat, 12 Aug 2017 14:29:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B5D534179A for ; Sat, 12 Aug 2017 14:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D6D576A7 for ; Sat, 12 Aug 2017 14:29:33 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1502548026.77aea68d232ceab5d8d42ae086c245b37b1a4772.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/skk-jisyo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/skk-jisyo/skk-jisyo-999999.ebuild X-VCS-Directories: app-i18n/skk-jisyo/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 77aea68d232ceab5d8d42ae086c245b37b1a4772 X-VCS-Branch: master Date: Sat, 12 Aug 2017 14:29:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 76afb36a-1635-47b9-8049-bbadf7f9e5d3 X-Archives-Hash: 0ec0fbb1692e32a25c6a6f2445903d93 commit: 77aea68d232ceab5d8d42ae086c245b37b1a4772 Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 12 14:27:06 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 12 14:27:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77aea68d app-i18n/skk-jisyo: use RUBY_TARGETS_PREFERENCE Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/skk-jisyo/skk-jisyo-999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild b/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild index 0df271059b3..a8d31cb7d6c 100644 --- a/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild +++ b/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild @@ -53,7 +53,7 @@ tinycdb_make() { src_compile() { local ctdic="${MY_PN}.china_taiwan" ruby mv ${ctdic}{.header,} - for ruby in ${USE_RUBY}; do + for ruby in ${RUBY_TARGETS_PREFERENCE}; do if use ruby_targets_${ruby}; then ${ruby} ${SKKTOOLS_DIR}/ctdicconv.rb csv/${ctdic##*.}.csv | skkdic-expr2 >> ${ctdic} break