Skip to content

Commit

Permalink
media-libs/portaudio: minor style change
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 19, 2021
1 parent 8565545 commit 29fe994
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion media-libs/portaudio/portaudio-19.06.00-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -66,7 +67,9 @@ src_compile() {
}

multilib_src_install_all() {
einstalldocs
default

use doc && dodoc -r doc/html

find "${ED}" -name "*.la" -delete || die
}

0 comments on commit 29fe994

Please sign in to comment.