summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-19 03:13:32 +0000
committerSam James <sam@gentoo.org>2021-03-19 03:13:32 +0000
commit29fe994cc82bfd61372ba69d9758429e150bd7e4 (patch)
treeb0965e01386a59ed6b2fd73912ab2434be7b79c1 /media-libs/portaudio/portaudio-19.06.00-r3.ebuild
parentdev-libs/libindicator: fix DoubleEmptyLine (diff)
downloadgentoo-29fe994cc82bfd61372ba69d9758429e150bd7e4.tar.gz
gentoo-29fe994cc82bfd61372ba69d9758429e150bd7e4.tar.bz2
gentoo-29fe994cc82bfd61372ba69d9758429e150bd7e4.zip
media-libs/portaudio: minor style change
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/portaudio/portaudio-19.06.00-r3.ebuild')
-rw-r--r--media-libs/portaudio/portaudio-19.06.00-r3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/portaudio/portaudio-19.06.00-r3.ebuild b/media-libs/portaudio/portaudio-19.06.00-r3.ebuild
index d7d2cd1ee3e4..f7135758833e 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
}