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 EE2DA1382C5 for ; Sun, 18 Apr 2021 13:44:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31118E07D7; Sun, 18 Apr 2021 13:44:38 +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 146B8E07D7 for ; Sun, 18 Apr 2021 13:44:38 +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 AC5F0340845 for ; Sun, 18 Apr 2021 13:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1865B634 for ; Sun, 18 Apr 2021 13:44:35 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1618753452.f3e2ae88a013a6025639b372f3407cdba8b8cc11.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/sbcl/sbcl-2.1.3.ebuild X-VCS-Directories: dev-lisp/sbcl/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: f3e2ae88a013a6025639b372f3407cdba8b8cc11 X-VCS-Branch: master Date: Sun, 18 Apr 2021 13:44:35 +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: 89695da2-2905-4a70-92bc-29614781b228 X-Archives-Hash: 39a40599cd4909b2904edc80270a7572 commit: f3e2ae88a013a6025639b372f3407cdba8b8cc11 Author: Andrey Grozin gentoo org> AuthorDate: Sun Apr 18 13:44:12 2021 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sun Apr 18 13:44:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e2ae88 dev-lisp/sbcl: with USE=source install contrib sources Closes: https://bugs.gentoo.org/705854 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrey Grozin gentoo.org> dev-lisp/sbcl/sbcl-2.1.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lisp/sbcl/sbcl-2.1.3.ebuild b/dev-lisp/sbcl/sbcl-2.1.3.ebuild index 7c705e7b4b9..7e4ebc2afb3 100644 --- a/dev-lisp/sbcl/sbcl-2.1.3.ebuild +++ b/dev-lisp/sbcl/sbcl-2.1.3.ebuild @@ -236,6 +236,9 @@ src_install() { if use source; then ./clean.sh cp -av src "${ED}/usr/$(get_libdir)/sbcl/" || die + for d in contrib/*/; do + cp -av "$d" "${ED}/usr/$(get_libdir)/sbcl/" || die + done fi # necessary for running newly-saved images