diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-08 15:39:46 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-08 20:27:44 +0200 |
commit | f1d959d9ca815d10acad4fc30315866e417df87a (patch) | |
tree | 3549b8b1a10522e1b1168c40b24b8cad6f45527d /media-video | |
parent | media-video/pipewire: add multilib support (diff) | |
download | gentoo-f1d959d9ca815d10acad4fc30315866e417df87a.tar.gz gentoo-f1d959d9ca815d10acad4fc30315866e417df87a.tar.bz2 gentoo-f1d959d9ca815d10acad4fc30315866e417df87a.zip |
media-video/pipewire: minor fixes
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/pipewire/pipewire-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-video/pipewire/pipewire-9999.ebuild b/media-video/pipewire/pipewire-9999.ebuild index f15fbb4d5e3b..98c6d6dc15f3 100644 --- a/media-video/pipewire/pipewire-9999.ebuild +++ b/media-video/pipewire/pipewire-9999.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" inherit meson optfeature udev multilib-minimal if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git" -# EGIT_BRANCH="master" inherit git-r3 else SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" @@ -34,6 +33,8 @@ REQUIRED_USE=" ldac? ( bluetooth ) " +RESTRICT="!test? ( test )" + BDEPEND=" app-doc/xmltoman doc? ( @@ -93,8 +94,6 @@ DEPEND="${RDEPEND}" DOCS=( {README,INSTALL}.md NEWS ) -RESTRICT="!test? ( test )" - PATCHES=( "${FILESDIR}"/${PN}-0.3.25-enable-failed-mlock-warning.patch ) |