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 3D0F61396D0 for ; Mon, 14 Aug 2017 14:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F5EE084E; Mon, 14 Aug 2017 14:08:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4E8EEE0843 for ; Mon, 14 Aug 2017 14:08:07 +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 225AA3417FB for ; Mon, 14 Aug 2017 14:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 948407847 for ; Mon, 14 Aug 2017 14:08:04 +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: <1502719315.6ccd3799d64b471dea2cbda38504edd1cc0db0d9.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/atokx3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/atokx3/atokx3-3.0.0-r12.ebuild X-VCS-Directories: app-i18n/atokx3/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 6ccd3799d64b471dea2cbda38504edd1cc0db0d9 X-VCS-Branch: master Date: Mon, 14 Aug 2017 14:08:04 +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: e730568a-b9dd-40a8-9062-5f30e666d9db X-Archives-Hash: 1720f1719204e65c06bc9f3ceaa1aeb2 commit: 6ccd3799d64b471dea2cbda38504edd1cc0db0d9 Author: Akinori Hattori gentoo org> AuthorDate: Mon Aug 14 14:01:55 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Aug 14 14:01:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccd3799 app-i18n/atokx3: do not call get_libdir in global scope Gentoo-Bug: 593390 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/atokx3/atokx3-3.0.0-r12.ebuild | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app-i18n/atokx3/atokx3-3.0.0-r12.ebuild b/app-i18n/atokx3/atokx3-3.0.0-r12.ebuild index d046c5e27ef..620a2651127 100644 --- a/app-i18n/atokx3/atokx3-3.0.0-r12.ebuild +++ b/app-i18n/atokx3/atokx3-3.0.0-r12.ebuild @@ -79,20 +79,6 @@ RDEPEND="!app-i18n/atokx2 >=x11-libs/pangox-compat-0.0.2[abi_x86_32(-)] )" -QA_PREBUILT="opt/atokx3/lib/server/* - opt/atokx3/lib/client/xaux/* - opt/atokx3/lib/client/* - opt/atokx3/bin/* - usr/libexec/* - usr/bin/* - usr/$(get_libdir)/* - usr/$(get_libdir)/gtk-2.0/immodules/* - usr/$(get_libdir)/iiim/le/atokx3/64/* - usr/$(ABI=x86 get_libdir)/* - usr/$(ABI=x86 get_libdir)/gtk-2.0/immodules/* - usr/$(ABI=x86 get_libdir)/iiim/* - usr/$(ABI=x86 get_libdir)/iiim/le/atokx3/*" - EMULTILIB_PKG="true" S="${WORKDIR}" @@ -101,6 +87,20 @@ pkg_setup() { if ! cdrom_get_cds atokx3index ; then die "Please mount ATOK for Linux CD-ROM or set CD_ROOT variable to the directory containing ATOK X3 for Linux." fi + + QA_PREBUILT="opt/atokx3/lib/server/* + opt/atokx3/lib/client/xaux/* + opt/atokx3/lib/client/* + opt/atokx3/bin/* + usr/libexec/* + usr/bin/* + usr/$(get_libdir)/* + usr/$(get_libdir)/gtk-2.0/immodules/* + usr/$(get_libdir)/iiim/le/atokx3/64/* + usr/$(ABI=x86 get_libdir)/* + usr/$(ABI=x86 get_libdir)/gtk-2.0/immodules/* + usr/$(ABI=x86 get_libdir)/iiim/* + usr/$(ABI=x86 get_libdir)/iiim/le/atokx3/*" } src_unpack() {