summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/lavalauncher/lavalauncher-9999.ebuild')
-rw-r--r--gui-apps/lavalauncher/lavalauncher-9999.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/gui-apps/lavalauncher/lavalauncher-9999.ebuild b/gui-apps/lavalauncher/lavalauncher-9999.ebuild
index e1c0172de5eb..a64a51811658 100644
--- a/gui-apps/lavalauncher/lavalauncher-9999.ebuild
+++ b/gui-apps/lavalauncher/lavalauncher-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,21 +23,16 @@ IUSE="+svg man"
RDEPEND="
dev-libs/wayland
- gnome-base/librsvg
x11-libs/cairo
+ svg? ( gnome-base/librsvg )
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/wayland-protocols
virtual/pkgconfig
+ man? ( >=app-text/scdoc-1.9.3 )
"
-if [[ ${PV} == 9999 ]]; then
- BDEPEND+="man? ( ~app-text/scdoc-9999 )"
-else
- BDEPEND+="man? ( >=app-text/scdoc-1.9.3 )"
-fi
-
PATCHES=(
"${FILESDIR}/lavalauncher-remove-werror.patch"
)