From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2F7A8138454 for ; Thu, 10 Sep 2015 21:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F365721C015; Thu, 10 Sep 2015 21:01:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 997F521C015 for ; Thu, 10 Sep 2015 21:01:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C0E93409ED for ; Thu, 10 Sep 2015 21:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A4E8185 for ; Thu, 10 Sep 2015 21:01:43 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1441918898.7c492cff119474a7200ba3fd884a348570a112b7.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox/virtualbox-5.0.4.ebuild X-VCS-Directories: app-emulation/virtualbox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7c492cff119474a7200ba3fd884a348570a112b7 X-VCS-Branch: master Date: Thu, 10 Sep 2015 21:01:43 +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: f5cfc8bb-8eb1-459b-a4f9-78cbd9987642 X-Archives-Hash: 4f4e770ade858b720a251a519bd19733 commit: 7c492cff119474a7200ba3fd884a348570a112b7 Author: Lars Wendler gentoo org> AuthorDate: Thu Sep 10 21:00:52 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Sep 10 21:01:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c492cff app-emulation/virtualbox: Attempt to fix bug #555370 It seems on no-multilib systems some files are not generated. Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler gentoo.org> app-emulation/virtualbox/virtualbox-5.0.4.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/virtualbox/virtualbox-5.0.4.ebuild b/app-emulation/virtualbox/virtualbox-5.0.4.ebuild index ffd4b84..b10c461 100644 --- a/app-emulation/virtualbox/virtualbox-5.0.4.ebuild +++ b/app-emulation/virtualbox/virtualbox-5.0.4.ebuild @@ -267,12 +267,12 @@ src_install() { newconfd "${FILESDIR}"/vboxwebsrv-confd vboxwebsrv fi - #local gcfiles="*gc" - #if use amd64 && ! has_multilib_profile ; then - # gcfiles="" - #fi + local rcfiles="*.rc" + if use amd64 && ! has_multilib_profile ; then + rcfiles="" + fi - for each in VBox{Manage,SVC,XPCOMIPCD,Tunctl,ExtPackHelperApp} *so *r0 *.rc ; do + for each in VBox{Manage,SVC,XPCOMIPCD,Tunctl,ExtPackHelperApp} *so *r0 ${rcfiles} ; do doins ${each} fowners root:vboxusers /usr/$(get_libdir)/${PN}/${each} fperms 0750 /usr/$(get_libdir)/${PN}/${each}