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 41B7713835A for ; Fri, 19 Mar 2021 03:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61DDCE0894; Fri, 19 Mar 2021 03:22:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E5466E0893 for ; Fri, 19 Mar 2021 03:22:34 +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 9BF94340B9B for ; Fri, 19 Mar 2021 03:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D054A5 for ; Fri, 19 Mar 2021 03:22:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616123612.29fe994cc82bfd61372ba69d9758429e150bd7e4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/portaudio/portaudio-19.06.00-r3.ebuild X-VCS-Directories: media-libs/portaudio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29fe994cc82bfd61372ba69d9758429e150bd7e4 X-VCS-Branch: master Date: Fri, 19 Mar 2021 03:22:32 +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: 8c7941fa-9268-4e06-af05-8f6b3f722121 X-Archives-Hash: c06d20112257c5d6ce0f8fd215e98791 commit: 29fe994cc82bfd61372ba69d9758429e150bd7e4 Author: Sam James gentoo org> AuthorDate: Fri Mar 19 03:13:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 19 03:13:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fe994c media-libs/portaudio: minor style change Signed-off-by: Sam James gentoo.org> media-libs/portaudio/portaudio-19.06.00-r3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/portaudio/portaudio-19.06.00-r3.ebuild b/media-libs/portaudio/portaudio-19.06.00-r3.ebuild index d7d2cd1ee3e..f7135758833 100644 --- a/media-libs/portaudio/portaudio-19.06.00-r3.ebuild +++ b/media-libs/portaudio/portaudio-19.06.00-r3.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools multilib-minimal DESCRIPTION="A free, cross-platform, open-source, audio I/O library" @@ -66,7 +67,9 @@ src_compile() { } multilib_src_install_all() { - einstalldocs + default + use doc && dodoc -r doc/html + find "${ED}" -name "*.la" -delete || die }