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 84D1E1382C5 for ; Sun, 14 Jun 2020 15:14:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A181E0990; Sun, 14 Jun 2020 15:14:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7B10CE0990 for ; Sun, 14 Jun 2020 15:14:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BB0BC34F0D1 for ; Sun, 14 Jun 2020 15:14:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ED12286 for ; Sun, 14 Jun 2020 15:13:59 +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: <1592147633.50bc1e8ef07f3f0720dab0cfcd8888c00c95ae19.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-6.1.10-r1.ebuild app-emulation/virtualbox/virtualbox-6.1.10.ebuild X-VCS-Directories: app-emulation/virtualbox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 50bc1e8ef07f3f0720dab0cfcd8888c00c95ae19 X-VCS-Branch: master Date: Sun, 14 Jun 2020 15:13:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3855f27b-14a2-47fc-84e4-76397d6e32f1 X-Archives-Hash: 38eb6ce207fb528ce60f09630b1e0d02 commit: 50bc1e8ef07f3f0720dab0cfcd8888c00c95ae19 Author: Lars Wendler gentoo org> AuthorDate: Sun Jun 14 15:13:44 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Jun 14 15:13:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bc1e8e app-emulation/virtualbox: Revbump to not install dead symlink Closes: https://bugs.gentoo.org/715338 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> .../{virtualbox-6.1.10.ebuild => virtualbox-6.1.10-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-emulation/virtualbox/virtualbox-6.1.10.ebuild b/app-emulation/virtualbox/virtualbox-6.1.10-r1.ebuild similarity index 99% rename from app-emulation/virtualbox/virtualbox-6.1.10.ebuild rename to app-emulation/virtualbox/virtualbox-6.1.10-r1.ebuild index 0faf502a162..ba14c3938f3 100644 --- a/app-emulation/virtualbox/virtualbox-6.1.10.ebuild +++ b/app-emulation/virtualbox/virtualbox-6.1.10-r1.ebuild @@ -435,6 +435,9 @@ src_install() { | xargs --no-run-if-empty --null sed -i '/Version/s@_Gentoo@@' \ || die + # Remove dead symlinks (bug #715338) + find "${ED}"/usr/$(get_libdir)/${PN} -xtype l -delete || die + local extensions_dir="${vbox_inst_path}/ExtensionPacks" if use vnc ; then