Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/
Date: Thu, 25 Jun 2020 14:03:22
Message-Id: 1593093786.0b7d9ab3dcbc25db13ce4d222f2a32e464a04f64.polynomial-c@gentoo
1 commit: 0b7d9ab3dcbc25db13ce4d222f2a32e464a04f64
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 14:01:17 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 14:03:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7d9ab3
7
8 media-sound/mumble: Synced live ebuild
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-sound/mumble/mumble-9999.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild
17 index 7f2856cbf12..0d89e8057bf 100644
18 --- a/media-sound/mumble/mumble-9999.ebuild
19 +++ b/media-sound/mumble/mumble-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -118,10 +118,11 @@ src_compile() {
27
28 multilib_src_install() {
29 local dir=$(usex debug debug release)
30 - dolib.so "${dir}/${MULTILIB_ABI_FLAG}"/libmumble.so*
31 + insinto /usr/$(get_libdir)/${PN}
32 + doins "${dir}/${MULTILIB_ABI_FLAG}"/libmumble.so*
33 if multilib_is_native_abi; then
34 dobin "${dir}"/mumble
35 - dolib.so "${dir}"/libcelt0.so* "${dir}"/plugins/lib*.so*
36 + doins "${dir}"/libcelt0.so* "${dir}"/plugins/lib*.so*
37 fi
38 }