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 61C841382C5 for ; Fri, 29 May 2020 02:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9351BE0884; Fri, 29 May 2020 02:00:47 +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 7AFA6E0884 for ; Fri, 29 May 2020 02:00:46 +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 E5EB734F0D2 for ; Fri, 29 May 2020 02:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0046230 for ; Fri, 29 May 2020 02:00:41 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1590717635.eea0e038c62a8410eb94de6123985ebe9c7a0ec8.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/sndio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/sndio/sndio-1.6.0.ebuild X-VCS-Directories: media-sound/sndio/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: eea0e038c62a8410eb94de6123985ebe9c7a0ec8 X-VCS-Branch: dev Date: Fri, 29 May 2020 02:00:41 +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: 0ce000c8-e814-4584-b7da-5e4e686a0d11 X-Archives-Hash: ec56f7578b84b7582ed519fd3397a9b6 commit: eea0e038c62a8410eb94de6123985ebe9c7a0ec8 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Fri May 29 02:00:05 2020 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Fri May 29 02:00:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eea0e038 media-sound/sndio: Fix src_install Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-sound/sndio/sndio-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/sndio/sndio-1.6.0.ebuild b/media-sound/sndio/sndio-1.6.0.ebuild index 02deebf..d333877 100644 --- a/media-sound/sndio/sndio-1.6.0.ebuild +++ b/media-sound/sndio/sndio-1.6.0.ebuild @@ -37,7 +37,7 @@ multilib_src_configure() { } src_install() { - multilib_src_install + multilib-minimal_src_install doinitd "${FILESDIR}/sndiod" }