Skip to content

Commit

Permalink
media-sound/mumble: fix build with dev-lang/python-exec[-native-symli…
Browse files Browse the repository at this point in the history
…nks]

Closes: https://bugs.gentoo.org/show_bug.cgi?id=769935
Signed-off-by: Kenton Groombridge <[email protected]>
  • Loading branch information
0xC0ncord committed Jun 30, 2022
1 parent 662808a commit 9308969
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions media-sound/mumble/mumble-1.3.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit desktop multilib-build qmake-utils xdg
PYTHON_COMPAT=( python3_{8..10} )
inherit desktop multilib-build python-any-r1 qmake-utils xdg

DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software"
HOMEPAGE="https://wiki.mumble.info"
Expand Down Expand Up @@ -55,6 +56,7 @@ RDEPEND="
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
>=dev-libs/boost-1.41.0
x11-base/xorg-proto
"
Expand All @@ -63,6 +65,10 @@ BDEPEND="
virtual/pkgconfig
"

pkg_setup() {
python-any-r1_pkg_setup
}

# NB: qmake does not support multilib but it's fine to configure
# for the native ABI here
src_configure() {
Expand Down

0 comments on commit 9308969

Please sign in to comment.