aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild')
-rw-r--r--dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild16
1 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
index e7fdfe555..7c5d6f1d8 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
@@ -11,16 +11,20 @@ inherit distutils-r1
DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector (VAD)"
HOMEPAGE="https://github.com/wiseman/py-webrtcvad"
-SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz"
+SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+ https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz"
+
+S="${WORKDIR}/py-${P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-# Depends on a package removed from ::gento (bug #915162)
+# Depends on a package removed from ::gentoo (bug #915162)
RESTRICT="test"
-S="${WORKDIR}/py-${P}"
-
-PATCHES=( "${WORKDIR}/${PN}-update-webrtc.patch" "${WORKDIR}/${PN}-fix-mem-leak.patch" "${WORKDIR}/${PN}-fix-oob.patch" )
+PATCHES=(
+ "${WORKDIR}/${PN}-update-webrtc.patch"
+ "${WORKDIR}/${PN}-fix-mem-leak.patch"
+ "${WORKDIR}/${PN}-fix-oob.patch"
+)