commit:     fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 19:03:23 2022 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 19:17:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa68db7c

net-voip/murmur: sync live ebuild

Closes: https://bugs.gentoo.org/814785
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 net-voip/murmur/murmur-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-voip/murmur/murmur-9999.ebuild 
b/net-voip/murmur/murmur-9999.ebuild
index 00fd25ef4af5..13d53c0b08f9 100644
--- a/net-voip/murmur/murmur-9999.ebuild
+++ b/net-voip/murmur/murmur-9999.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.mumble.info";
 if [[ "${PV}" == 9999 ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/mumble-voip/mumble.git";
-       EGIT_SUBMODULES=( '-*' )
+       EGIT_SUBMODULES=( '-*' 3rdparty/FindPythonInterpreter 3rdparty/gsl 
3rdparty/tracy )
 else
        MY_PN="mumble"
        if [[ "${PV}" == *_pre* ]] ; then
@@ -130,7 +130,7 @@ src_configure() {
 src_install() {
        cmake_src_install
 
-       dodoc README.md CHANGES
+       dodoc README.md
 
        docinto scripts
        dodoc -r scripts/server
@@ -164,7 +164,7 @@ src_install() {
        fowners root:murmur ${etcdir}/murmur.ini
        fperms 640 ${etcdir}/murmur.ini
 
-       doman man/murmurd.1
+       newman man/mumble-server.1 murmurd.1
 
        readme.gentoo_create_doc
 }

Reply via email to