diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-07-03 15:03:23 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-07-03 15:17:49 -0400 |
commit | fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0 (patch) | |
tree | aadeb93fb7e9e3e90408a58d63d7a133088205dc /net-voip/murmur | |
parent | net-voip/mumble: inherit python-any-r1 (diff) | |
download | gentoo-fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0.tar.gz gentoo-fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0.tar.bz2 gentoo-fa68db7ce4af57654fa8b7de1bb9b64d5e6b0bd0.zip |
net-voip/murmur: sync live ebuild
Closes: https://bugs.gentoo.org/814785
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'net-voip/murmur')
-rw-r--r-- | net-voip/murmur/murmur-9999.ebuild | 6 |
1 files 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 } |